|
||||||||||
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.Query
org.gstreamer.query.LatencyQuery
public class LatencyQuery
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.lowlevel.NativeObject |
---|
defaultInit, LIFECYCLE, ownsHandle |
Constructor Summary | |
---|---|
LatencyQuery()
Constructs a new query stream position query object. |
|
LatencyQuery(org.gstreamer.lowlevel.NativeObject.Initializer init)
|
Method Summary | |
---|---|
ClockTime |
getMaximumLatency()
Gets the maximum latency of the live element. |
ClockTime |
getMinimumLatency()
Gets the minimum latency of the live element. |
boolean |
isLive()
Gets whether the element has a live element upstream or not. |
void |
setLatency(boolean live,
ClockTime minLatency,
ClockTime maxLatency)
Answers a latency query. |
java.lang.String |
toString()
Gets the latency as a user-readable string. |
Methods inherited from class org.gstreamer.Query |
---|
getStructure, 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 |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LatencyQuery(org.gstreamer.lowlevel.NativeObject.Initializer init)
public LatencyQuery()
Method Detail |
---|
public void setLatency(boolean live, ClockTime minLatency, ClockTime maxLatency)
live
- if there is a live element upstreamminLatency
- the minimal latency of the live elementmaxLatency
- the maximal latency of the live elementpublic boolean isLive()
public ClockTime getMinimumLatency()
public ClockTime getMaximumLatency()
public java.lang.String toString()
toString
in class org.gstreamer.lowlevel.NativeObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |