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

Method GetDeviceMenuLanguage

src/libcec/CECClient.cpp:688–694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688std::string CCECClient::GetDeviceMenuLanguage(const cec_logical_address iAddress)
689{
690 CCECBusDevice *device = m_processor->GetDevice(iAddress);
691 return !!device ?
692 device->GetMenuLanguage(GetPrimaryLogicalAddress()) :
693 "??";
694}
695
696std::string CCECClient::GetDeviceOSDName(const cec_logical_address iAddress)
697{

Callers

nothing calls this directly

Calls 2

GetMenuLanguageMethod · 0.80
GetDeviceMethod · 0.45

Tested by

no test coverage detected