mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
cec volume switch audiosystem/tv
Origin commit data
------------------
Branch: master
Commit: 2f3bba3864
Author: TangoCash <eric@loxat.de>
Date: 2021-01-31 (Sun, 31 Jan 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1303,3 +1303,13 @@ void cVideo::SetCECAutoView(bool state)
|
||||
{
|
||||
hdmi_cec::getInstance()->SetCECAutoView(state);
|
||||
}
|
||||
|
||||
int cVideo::GetAudioDestination()
|
||||
{
|
||||
return (int)hdmi_cec::getInstance()->GetAudioDestination();
|
||||
}
|
||||
|
||||
void cVideo::SetAudioDestination(int audio_dest)
|
||||
{
|
||||
hdmi_cec::getInstance()->SetAudioDestination(audio_dest);
|
||||
}
|
Reference in New Issue
Block a user