pull_until_eos
Description:
[ CCode ( cname = "gst_harness_pull_until_eos" ) ]
[ Version ( since = "1.18" ) ]
public bool pull_until_eos (out Buffer? buf)
[ Version ( since = "1.18" ) ]
public bool pull_until_eos (out Buffer? buf)
Pulls a Buffer from the AsyncQueue on the Harness sinkpad.
The pull will block until an EOS event is received, or timeout in 60 seconds. MT safe.
Parameters:
this |
a Harness |
buf |
A Buffer, or |
Returns:
|