set_live
Description:
[
CCode ( cname =
"gst_harness_set_live" ) ]
[
Version ( since =
"1.20" ) ]
public void set_live (
bool is_live)
Sets the liveness reported by Harness when receiving a latency-query.
The default is true
.
Parameters:
this |
a Harness
|
is_live |
true for live, false for non-live
|