Message.this
- this(GstMessage* gstMessage)
- this(ObjectGst src, TagList tagList)
- this(ObjectGst src, int percent)
- this(ObjectGst src, GstState oldstate, GstState newstate, GstState pending)
- this(ObjectGst src, GstFormat format, ulong amount, double rate, int flush, int intermediate, ulong duration, int eos)
- this(ObjectGst src, Clock clock, int ready)
- this(ObjectGst src, Clock clock)
- this(ObjectGst src, Structure structure)
- this(GstMessageType type, ObjectGst src, Structure structure)
- this(ObjectGst src, GstClockTime runningTime)
- this(ObjectGst src, int active, GstFormat format, ulong amount, double rate, int flush, int intermediate)
- this(ObjectGst src, int live, ulong runningTime, ulong streamTime, ulong timestamp, ulong duration)
- this(ObjectGst src, Toc toc, int updated)
- this(ObjectGst src)
- this(ObjectGst src, GstStructureChangeType type, Element owner, int busy)
- this(ObjectGst src, GstState state)
- this(ObjectGst src, GstStreamStatusType type, Element owner)
- this(ObjectGst src, GstProgressType type, string code, string text)
- this(ObjectGst src, string contextType)
- this(ObjectGst src, Context context)
gstreamer Message Message
constructorsfunctionsstatic functionsvariables
Progress messages are posted by elements when they use an asynchronous task to perform actions triggered by a state change. code contains a well defined string describing the action. test should contain a user visible string detailing the current action.