public class SegmentDoneMessage extends Message
This message is received by the application after all elements that posted a segment_start have posted the segment_done.
NativeObject.Initializer
messageStruct
defaultInit, LIFECYCLE, ownsHandle
Constructor and Description |
---|
SegmentDoneMessage(GstObject src,
Format format,
long position)
Creates a new segment done message.
|
SegmentDoneMessage(NativeObject.Initializer init)
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.
|
copy, getSource, getStructure, getType, makeWritable
disposeNativeHandle, isWritable, makeWritable, ref, unref
classFor, disown, dispose, equals, finalize, getNativeAddress, handle, hashCode, initializer, initializer, instanceFor, invalidate, isDisposed, nativeValue, objectFor, objectFor, objectFor, objectFor, toString
public SegmentDoneMessage(NativeObject.Initializer init)
init
- internal initialization data.public Format getFormat()
public long getPosition()