|
||||||||||
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.DurationMessage
public class DurationMessage
The duration of a pipeline has changed. The application can get the new duration with a duration query.
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 | |
---|---|
DurationMessage(GstObject src,
Format format,
long duration)
Creates a new Buffering message. |
|
DurationMessage(org.gstreamer.lowlevel.NativeObject.Initializer init)
Creates a new Buffering message. |
Method Summary | |
---|---|
long |
getDuration()
Gets the duration of this message. |
Format |
getFormat()
Gets the format of the duration contained in this message. |
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 DurationMessage(org.gstreamer.lowlevel.NativeObject.Initializer init)
init
- internal initialization data.public DurationMessage(GstObject src, Format format, long duration)
src
- the object originating the message.format
- the format of the durationduration
- the new duration.Method Detail |
---|
public Format getFormat()
public long getDuration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |