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

Method GetPlaybackDevice

src/libcec/CECProcessor.cpp:745–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

743}
744
745CCECPlaybackDevice *CCECProcessor::GetPlaybackDevice(cec_logical_address address) const
746{
747 return CCECBusDevice::AsPlaybackDevice(m_busDevices->At(address));
748}
749
750CCECRecordingDevice *CCECProcessor::GetRecordingDevice(cec_logical_address address) const
751{

Callers

nothing calls this directly

Calls 1

AtMethod · 0.45

Tested by

no test coverage detected