AppSrc.addOnEnoughData

Signal that the source has enough data. It is recommended that the application stops calling push-buffer until the need-data signal is emitted again to avoid excessive buffer queueing.

class AppSrc
gulong
addOnEnoughData
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)