Package ch.bailu.gtk.gst
Schnittstelle SegmentFlags
public interface SegmentFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
no flagsstatic final int
reset the pipeline running_time to the segment
running_timestatic final int
send SEGMENT_DONE instead of EOSstatic final int
Deprecated backward compatibility flag, replaced
by @GST_SEGMENT_FLAG_TRICKMODEstatic final int
perform skip playback (Since: 1.6)static final int
Decode only keyframes or forward
predicted frames, where possible (Since: 1.18)static final int
Decode only keyframes, where
possible (Since: 1.6)static final int
Do not decode any audio, where
possible (Since: 1.6)
-
Felddetails
-
NONE
static final int NONEno flags- Siehe auch:
-
RESET
static final int RESETreset the pipeline running_time to the segment
running_time- Siehe auch:
-
TRICKMODE
static final int TRICKMODEperform skip playback (Since: 1.6)- Siehe auch:
-
SKIP
static final int SKIPDeprecated backward compatibility flag, replaced
by @GST_SEGMENT_FLAG_TRICKMODE- Siehe auch:
-
SEGMENT
static final int SEGMENTsend SEGMENT_DONE instead of EOS- Siehe auch:
-
TRICKMODE_KEY_UNITS
static final int TRICKMODE_KEY_UNITSDecode only keyframes, where
possible (Since: 1.6)- Siehe auch:
-
TRICKMODE_FORWARD_PREDICTED
static final int TRICKMODE_FORWARD_PREDICTEDDecode only keyframes or forward
predicted frames, where possible (Since: 1.18)- Siehe auch:
-
TRICKMODE_NO_AUDIO
static final int TRICKMODE_NO_AUDIODo not decode any audio, where
possible (Since: 1.6)- Siehe auch:
-