PulseAudio: Remove get_latency() caching

This commit is contained in:
Luke Hubmayer-Werner
2021-01-13 17:50:56 +10:30
parent eb4301b941
commit 9e844cc0c8
3 changed files with 14 additions and 17 deletions

View File

@@ -132,7 +132,7 @@
<method name="get_output_latency" qualifiers="const">
<return type="float" />
<description>
Returns the audio driver's output latency.
Returns the audio driver's output latency. This can be expensive, it is not recommended to call this every frame.
</description>
</method>
<method name="get_speaker_mode" qualifiers="const">