mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 18:54:02 +00:00
[client] audio: add audio playback latency interface and graph
This commit is contained in:
@@ -59,6 +59,9 @@ struct LG_AudioDevOps
|
||||
|
||||
/* [optional] called to set muting of the output */
|
||||
void (*mute)(bool mute);
|
||||
|
||||
/* return the current total playback latency in microseconds */
|
||||
uint64_t (*latency)(void);
|
||||
}
|
||||
playback;
|
||||
|
||||
|
Reference in New Issue
Block a user