MCPcopy Create free account
hub / github.com/Pulse-Eight/libcec / GetAudioSystem

Method GetAudioSystem

src/libcec/CECProcessor.cpp:740–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738}
739
740CCECAudioSystem *CCECProcessor::GetAudioSystem(void) const
741{
742 return CCECBusDevice::AsAudioSystem(m_busDevices->At(CECDEVICE_AUDIOSYSTEM));
743}
744
745CCECPlaybackDevice *CCECProcessor::GetPlaybackDevice(cec_logical_address address) const
746{

Callers 9

SendVolumeUpMethod · 0.80
SendVolumeDownMethod · 0.80
SendMuteAudioMethod · 0.80
AudioToggleMuteMethod · 0.80
AudioMuteMethod · 0.80
AudioUnmuteMethod · 0.80
AudioStatusMethod · 0.80
SystemAudioModeStatusMethod · 0.80
AudioEnableMethod · 0.80

Calls 1

AtMethod · 0.45

Tested by

no test coverage detected