Message.this
- this(GstMessage* gstMessage)
- this(ObjectGst src, Structure structure)
- this(ObjectGst src, Clock clock, int ready)
- this(ObjectGst src, Clock clock)
- this(GstMessageType type, ObjectGst src, Structure structure)
- this(ObjectGst src, GstState oldstate, GstState newstate, GstState pending)
- this(ObjectGst src, TagList tagList)
- this(ObjectGst src, int percent)
- this(ObjectGst src, GstFormat format, long duration)
- this(ObjectGst src)
gstreamer Message Message
constructorsfunctionsstatic functionsvariables
Create a new duration message. This message is posted by elements that know the duration of a stream in a specific format. This message is received by bins and is used to calculate the total duration of a pipeline. Elements may post a duration message with a duration of GST_CLOCK_TIME_NONE to indicate that the duration has changed and the cached duration should be discarded. The new duration can then be retrieved via a query.