| Package | Description |
|---|---|
| org.freedesktop.gstreamer | |
| org.freedesktop.gstreamer.event |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Pipeline.seek(double rate,
Format format,
EnumSet<SeekFlags> seekFlags,
SeekType startType,
long start,
SeekType stopType,
long stop)
Seeks to a new position in the media stream.
|
boolean |
Pipeline.seek(double rate,
Format format,
Set<SeekFlags> seekFlags,
SeekType startType,
long start,
SeekType stopType,
long stop) |
boolean |
Element.seek(double rate,
Format format,
Set<SeekFlags> seekFlags,
SeekType startType,
long start,
SeekType stopType,
long stop)
Sends a seek event to an element.
|
| 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.
|
static SeekType |
SeekType.valueOf(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.
|
| Constructor and Description |
|---|
SeekEvent(double rate,
Format format,
EnumSet<SeekFlags> flags,
SeekType startType,
long start,
SeekType stopType,
long stop)
Creates a new seek event.
|
Copyright © 2021 gstreamer-java. All rights reserved.