Gst.Message.new_latency
function new_latency(src:Gst.Object):Gst.Message { // Gjs wrapper for gst_message_new_latency() }
This message can be posted by elements when their latency requirements have changed.
- src
The object originating the message.
- Returns
The new latency message. MT safe.