Package ch.bailu.gtk.gst
Schnittstelle SeekFlags
public interface SeekFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intaccurate position is requested, this might
be considerably slower for some formats.static final intflush pipelinestatic final intSignals that a rate change should be
applied immediately.static final intseek to the nearest keyframe.static final intno flagstatic final intperform a segment seek.static final intDeprecated backward compatibility flag, replaced
by %GST_SEEK_FLAG_TRICKMODEstatic final intgo to a location after the requested position,
if %GST_SEEK_FLAG_KEY_UNIT this means the keyframe at of after the
requested position.static final intgo to a location before the requested position,
if %GST_SEEK_FLAG_KEY_UNIT this means the keyframe at or before
the requested position the one at or before the seek target.static final intgo to a position near the requested position,
if %GST_SEEK_FLAG_KEY_UNIT this means the keyframe closest
to the requested position, if both keyframes are at an equal
distance, behaves like %GST_SEEK_FLAG_SNAP_BEFORE.static final intwhen doing fast forward or fast reverse playback, allow
elements to skip frames instead of generating all
frames.static final intWhen doing fast forward or fast reverse
playback, request that elements only decode keyframes and
forward predicted frames and skip all other content (for example
B-Frames), for formats that have keyframes and forward predicted
frames.static final intwhen doing fast forward or fast reverse
playback, request that elements only decode keyframes
and skip all other content, for formats that have
keyframes.static final intwhen doing fast forward or fast reverse
playback, request that audio decoder elements skip
decoding and output only gap events or silence.
-
Felddetails
-
NONE
static final int NONEno flag- Siehe auch:
-
FLUSH
static final int FLUSHflush pipeline- Siehe auch:
-
ACCURATE
static final int ACCURATEaccurate position is requested, this might
be considerably slower for some formats.- Siehe auch:
-
KEY_UNIT
static final int KEY_UNITseek to the nearest keyframe. This might be
faster but less accurate.- Siehe auch:
-
SEGMENT
static final int SEGMENTperform a segment seek.- Siehe auch:
-
TRICKMODE
static final int TRICKMODEwhen doing fast forward or fast reverse playback, allow
elements to skip frames instead of generating all
frames. (Since: 1.6)- Siehe auch:
-
SKIP
static final int SKIPDeprecated backward compatibility flag, replaced
by %GST_SEEK_FLAG_TRICKMODE- Siehe auch:
-
SNAP_BEFORE
static final int SNAP_BEFOREgo to a location before the requested position,
if %GST_SEEK_FLAG_KEY_UNIT this means the keyframe at or before
the requested position the one at or before the seek target.- Siehe auch:
-
SNAP_AFTER
static final int SNAP_AFTERgo to a location after the requested position,
if %GST_SEEK_FLAG_KEY_UNIT this means the keyframe at of after the
requested position.- Siehe auch:
-
SNAP_NEAREST
static final int SNAP_NEARESTgo to a position near the requested position,
if %GST_SEEK_FLAG_KEY_UNIT this means the keyframe closest
to the requested position, if both keyframes are at an equal
distance, behaves like %GST_SEEK_FLAG_SNAP_BEFORE.- Siehe auch:
-
TRICKMODE_KEY_UNITS
static final int TRICKMODE_KEY_UNITSwhen doing fast forward or fast reverse
playback, request that elements only decode keyframes
and skip all other content, for formats that have
keyframes. (Since: 1.6)- Siehe auch:
-
TRICKMODE_NO_AUDIO
static final int TRICKMODE_NO_AUDIOwhen doing fast forward or fast reverse
playback, request that audio decoder elements skip
decoding and output only gap events or silence. (Since: 1.6)- Siehe auch:
-
TRICKMODE_FORWARD_PREDICTED
static final int TRICKMODE_FORWARD_PREDICTEDWhen doing fast forward or fast reverse
playback, request that elements only decode keyframes and
forward predicted frames and skip all other content (for example
B-Frames), for formats that have keyframes and forward predicted
frames. (Since: 1.18)- Siehe auch:
-
INSTANT_RATE_CHANGE
static final int INSTANT_RATE_CHANGESignals that a rate change should be
applied immediately. Only valid if start/stop position
are GST_CLOCK_TIME_NONE, the playback direction does not change
and the seek is not flushing. (Since: 1.18)- Siehe auch:
-