[ CCode ( cname = "gst_harness_take_all_data_as_bytes" ) ]
[ Version ( since = "1.14" ) ]
public Bytes take_all_data_as_bytes ()
Pulls all pending data from the harness and returns it as a single Bytes.
this |
a Harness |
a pointer to the data, newly allocated. Free with g_free when no longer needed. |