| 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.
|
boolean |
Element.seekSimple(Format format,
Set<SeekFlags> seekFlags,
long seekPosition)
Simple API to perform a seek on the given element, meaning it just seeks
to the given position relative to the start of the stream.
|
| Modifier and Type | Method and Description |
|---|---|
static SeekFlags |
SeekFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SeekFlags[] |
SeekFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<SeekFlags> |
SeekEvent.getFlags()
Gets the
SeekFlags of this seek event. |
| 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.