public class DurationChangedMessage extends Message
See upstream documentation at https://gstreamer.freedesktop.org/data/doc/gstreamer/stable/gstreamer/html/GstMessage.html#gst-message-new-duration-changed
This message is posted by elements that know the duration of a stream when the duration changes. This message is received by bins and is used to calculate the total duration of a pipeline.
Message.TypesNativeObject.Initializer, NativeObject.TypeProvider, NativeObject.TypeRegistration<T extends NativeObject>GTYPE_NAME| Constructor and Description |
|---|
DurationChangedMessage(GstObject src)
Creates a new DurationChanged Message
|
getSource, getStructure, getTypecopy, getRefCount, isWritable, makeWritableclose, disown, dispose, equals, getPointer, getRawPointer, hashCode, invalidate, toStringpublic DurationChangedMessage(GstObject src)
src - The object originating the message.Copyright © 2021 gstreamer-java. All rights reserved.