Skip to content

Exposing PacketQueue count

Mateusz Brawański requested to merge github/fork/Speyd3r/master into master

Created by: Speyd3r

Summary

Exposes the PacketQueue count to help with implementing pause functions

Details

Adds an integer that returns the current PacketQueue size to help with not "flooding" VNexts queue when wrting to the TransmitStream and makes it generally easier to "stop sending audio" for pausing

Changes proposed

Just an integer that returns the PacketQueue size

Merge request reports

Loading