|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gstreamer.lowlevel.NativeValue
org.gstreamer.lowlevel.Handle
org.gstreamer.lowlevel.NativeObject
org.gstreamer.lowlevel.RefCountedObject
org.gstreamer.MiniObject
org.gstreamer.Message
org.gstreamer.message.SegmentDoneMessage
public class SegmentDoneMessage
This message is posted by elements that finish playback of a segment as a result of a segment seek.
This message is received by the application after all elements that posted a segment_start have posted the segment_done.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.gstreamer.lowlevel.NativeObject |
---|
org.gstreamer.lowlevel.NativeObject.Initializer |
Field Summary |
---|
Fields inherited from class org.gstreamer.Message |
---|
messageStruct |
Fields inherited from class org.gstreamer.lowlevel.NativeObject |
---|
defaultInit, LIFECYCLE, ownsHandle |
Constructor Summary | |
---|---|
SegmentDoneMessage(GstObject src,
Format format,
long position)
Creates a new segment done message. |
|
SegmentDoneMessage(org.gstreamer.lowlevel.NativeObject.Initializer init)
Creates a new segment-done message. |
Method Summary | |
---|---|
Format |
getFormat()
Gets the format of the position in this message. |
long |
getPosition()
Gets the position of the segment that is done. |
Methods inherited from class org.gstreamer.Message |
---|
copy, getSource, getStructure, getType, makeWritable |
Methods inherited from class org.gstreamer.MiniObject |
---|
disposeNativeHandle, isWritable, makeWritable, objectFor, ref, unref |
Methods inherited from class org.gstreamer.lowlevel.NativeObject |
---|
classFor, disown, dispose, equals, finalize, getNativeAddress, handle, hashCode, initializer, initializer, instanceFor, invalidate, isDisposed, nativeValue, objectFor, objectFor, toString |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SegmentDoneMessage(org.gstreamer.lowlevel.NativeObject.Initializer init)
init
- internal initialization data.public SegmentDoneMessage(GstObject src, Format format, long position)
src
- the object originating the message.format
- the format of the position being doneposition
- the position of the segment being doneMethod Detail |
---|
public Format getFormat()
public long getPosition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |