|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gstreamer.Segment
public final class Segment
A representation of the values used in querying the pipeline using gst_query_new_segment() and subsequently gst_query_parse_segment().
| Method Summary | |
|---|---|
Format |
getFormat()
Gets the Format of the segment values. |
double |
getRate()
Gets the rate of the segment. |
long |
getStartValue()
Gets the start value. |
long |
getStopValue()
Gets the stop value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public double getRate()
public Format getFormat()
Format of the segment values.
Format of the segment values.public long getStartValue()
public long getStopValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||