Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Member Functions | |
AudioRouting (const AudioRouting &)=default | |
AudioRouting & | operator= (const AudioRouting &)=default |
AudioRouting (bool muted, audio_routing_channel_t channel) | |
bool | isMuted () |
void | setMuted (bool muted) |
audio_routing_channel_t | getChannel () |
void | setChannel (audio_routing_channel_t channel) |
char const * | formatAudioRoutingToString () |
AudioRouting | getNextChannel (bool stereo_available) |
AudioRouting | convert (bool stereo_available) |
void | mergeAudioRouting (AudioRouting new_audio_routing) |