|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SeekType | |
---|---|
org.gstreamer | |
org.gstreamer.event | |
org.gstreamer.lowlevel |
Uses of SeekType in org.gstreamer |
---|
Methods in org.gstreamer that return SeekType | |
---|---|
static SeekType |
SeekType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SeekType[] |
SeekType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.gstreamer with parameters of type SeekType | |
---|---|
boolean |
Pipeline.seek(double rate,
Format format,
int flags,
SeekType startType,
long start,
SeekType stopType,
long stop)
Seeks to a new position in the media stream. |
Uses of SeekType in org.gstreamer.event |
---|
Methods in org.gstreamer.event that return SeekType | |
---|---|
SeekType |
SeekEvent.getStartType()
Gets the SeekType of the start value. |
SeekType |
SeekEvent.getStopType()
Gets the SeekType of the start value. |
Constructors in org.gstreamer.event with parameters of type SeekType | |
---|---|
SeekEvent(double rate,
Format format,
int flags,
SeekType startType,
long start,
SeekType stopType,
long stop)
Creates a new seek event. |
Uses of SeekType in org.gstreamer.lowlevel |
---|
Methods in org.gstreamer.lowlevel with parameters of type SeekType | |
---|---|
boolean |
GstElementAPI.gst_element_seek(Element elem,
double rate,
Format format,
int flags,
SeekType cur_type,
long cur,
SeekType stop_type,
long stop)
|
Event |
GstEventAPI.gst_event_new_seek(double rate,
Format format,
int flags,
SeekType start_type,
long start,
SeekType stop_type,
long stop)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |