Package | Description |
---|---|
org.gstreamer | |
org.gstreamer.event | |
org.gstreamer.lowlevel |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SeekType |
SeekEvent.getStartType()
Gets the SeekType of the start value.
|
SeekType |
SeekEvent.getStopType()
Gets the SeekType of the start value.
|
Constructor and Description |
---|
SeekEvent(double rate,
Format format,
int flags,
SeekType startType,
long start,
SeekType stopType,
long stop)
Creates a new seek event.
|
Modifier and Type | Method and Description |
---|---|
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) |