Package ch.bailu.gtk.gst
Schnittstelle SegmentFlags
public interface SegmentFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intno flagsstatic final intreset the pipeline running_time to the segment
running_timestatic final intsend SEGMENT_DONE instead of EOSstatic final intDeprecated backward compatibility flag, replaced
by @GST_SEGMENT_FLAG_TRICKMODEstatic final intperform skip playback (Since: 1.6)static final intDecode only keyframes or forward
predicted frames, where possible (Since: 1.18)static final intDecode only keyframes, where
possible (Since: 1.6)static final intDo 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:
-