hdmi cec optimize timings

This commit is contained in:
TangoCash
2020-06-13 11:51:11 +02:00
committed by Thilo Graf
parent ba934dd995
commit 801f496c2d
2 changed files with 9 additions and 9 deletions

View File

@@ -88,7 +88,7 @@ public:
void SetCECAutoView(bool);
void SetCECAutoStandby(bool);
void GetCECAddressInfo();
void SendCECMessage(struct cec_message &message);
void SendCECMessage(struct cec_message &message, int sleeptime = 10);
void SetCECState(bool state);
void ReportPhysicalAddress();
bool standby_cec_activ;