Message.this
- this(GstMessage* gstMessage, bool ownedRef)
- this(ObjectGst src, Structure structure)
- this(ObjectGst src, GstClockTime runningTime)
- this(ObjectGst src, int percent)
- this(ObjectGst src, Clock clock)
- this(ObjectGst src, Clock clock, bool ready)
- this(GstMessageType type, ObjectGst src, Structure structure)
- this(ObjectGst src, Context context)
- this(ObjectGst src, string contextType)
- this(ObjectGst src, GstProgressType type, string code, string text)
- this(ObjectGst src, string propertyName, Value val)
- this(ObjectGst src, bool live, ulong runningTime, ulong streamTime, ulong timestamp, ulong duration)
- this(ObjectGst src, string location, TagList tagList, Structure entryStruct)
- this(ObjectGst src, GstState state)
- this(ObjectGst src, GstState oldstate, GstState newstate, GstState pending)
- this(ObjectGst src, GstFormat format, ulong amount, double rate, bool flush, bool intermediate, ulong duration, bool eos)
- this(ObjectGst src, bool active, GstFormat format, ulong amount, double rate, bool flush, bool intermediate)
- this(ObjectGst src)
- this(ObjectGst src, GstStreamStatusType type, Element owner)
- this(ObjectGst src, GstStructureChangeType type, Element owner, bool busy)
- this(ObjectGst src, TagList tagList)
- this(ObjectGst src, Toc toc, bool updated)
gstreamer Message Message
constructorsfunctionsstatic functionsvariables
A QOS message is posted on the bus whenever an element decides to drop a buffer because of QoS reasons or whenever it changes its processing strategy because of QoS reasons (quality adjustments such as processing at lower accuracy).
This message can be posted by an element that performs synchronisation against the clock (live) or it could be dropped by an element that performs QoS because of QOS events received from a downstream element (!live).
@running_time, @stream_time, @timestamp, @duration should be set to the respective running-time, stream-time, timestamp and duration of the (dropped) buffer that generated the QoS event. Values can be left to GST_CLOCK_TIME_NONE when unknown.