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

Method CCECAudioSystem

src/libcec/devices/CECAudioSystem.cpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46#define ToString(p) CCECTypeUtils::ToString(p)
47
48CCECAudioSystem::CCECAudioSystem(CCECProcessor *processor, cec_logical_address address, uint16_t iPhysicalAddress /* = CEC_INVALID_PHYSICAL_ADDRESS */) :
49 CCECBusDevice(processor, address, iPhysicalAddress),
50 m_iLastAudioStatusUpdate(0),
51 m_systemAudioModeStatus(CEC_SYSTEM_AUDIO_STATUS_UNKNOWN),
52 m_audioStatus(CEC_AUDIO_VOLUME_STATUS_UNKNOWN)
53{
54 m_type = CEC_DEVICE_TYPE_AUDIO_SYSTEM;
55}
56
57bool CCECAudioSystem::SetAudioStatus(uint8_t status)
58{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected