mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-31 09:20:58 +02:00
libarmbox: some manual code nicenings
Origin commit data
------------------
Branch: master
Commit: cc247d723e
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-07 (Sun, 07 Nov 2021)
Origin message was:
------------------
- libarmbox: some manual code nicenings
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -96,18 +96,9 @@ class hdmi_cec : public OpenThreads::Thread
|
||||
void vol_up();
|
||||
void vol_down();
|
||||
void toggle_mute();
|
||||
int GetVolume()
|
||||
{
|
||||
return volume;
|
||||
};
|
||||
bool isMuted()
|
||||
{
|
||||
return muted;
|
||||
};
|
||||
int GetAudioDestination()
|
||||
{
|
||||
return (int)audio_destination;
|
||||
}
|
||||
int GetVolume() { return volume; };
|
||||
bool isMuted() { return muted; };
|
||||
int GetAudioDestination() { return (int)audio_destination; }
|
||||
void SetAudioDestination(int audio_dest);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user