Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Classes | Macros | Enumerations
rtp_audio_routing.h File Reference
#include "config.h"
#include <QMetaType>

Go to the source code of this file.

Classes

class  AudioRouting
 Encapsulates the mute state and channel assignment for one audio stream. More...
 

Macros

#define AUDIO_MUTED   true
 
#define AUDIO_UNMUTED   false
 

Enumerations

enum  audio_routing_channel_t {
  channel_any , channel_mono , channel_stereo_left , channel_stereo_right ,
  channel_stereo_both
}
 Audio routing destination for a single audio stream. More...
 

Detailed Description

Declarations of RTP audio routing class

Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs

SPDX-License-Identifier: GPL-2.0-or-later

Enumeration Type Documentation

◆ audio_routing_channel_t

Audio routing destination for a single audio stream.

Enumerator
channel_any 

used only when changing mute state.

channel_mono 

Mono playback on a single output.

channel_stereo_left 

Stereo output, left channel only.

channel_stereo_right 

Stereo output, right channel only.

channel_stereo_both 

Stereo output, both left and right channels.