public class SegmentDoneMessage extends Message
See upstream documentation at https://gstreamer.freedesktop.org/data/doc/gstreamer/stable/gstreamer/html/GstMessage.html#gst-message-new-segment-done
This message is received by the application after all elements that posted a segment_start have posted the segment_done.
Message.TypesNativeObject.Initializer, NativeObject.TypeProvider, NativeObject.TypeRegistration<T extends NativeObject>GTYPE_NAME| Constructor and Description |
|---|
SegmentDoneMessage(GstObject src,
Format format,
long position)
Creates a new segment done message.
|
| Modifier and Type | Method and Description |
|---|---|
Format |
getFormat()
Gets the format of the position in this message.
|
long |
getPosition()
Gets the position of the segment that is done.
|
getSource, getStructure, getTypecopy, getRefCount, isWritable, makeWritableclose, disown, dispose, equals, getPointer, getRawPointer, hashCode, invalidate, toStringpublic Format getFormat()
public long getPosition()
Copyright © 2021 gstreamer-java. All rights reserved.