Package ch.bailu.gtk.gst
Schnittstelle BufferPoolAcquireFlags
public interface BufferPoolAcquireFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
buffer is discontstatic final int
when the bufferpool is empty, acquire_buffer
will by default block until a buffer is released into the pool again.static final int
buffer is keyframestatic final int
last flag, subclasses can use private flags
starting from this value.static final int
no flags
-
Felddetails
-
NONE
static final int NONEno flags- Siehe auch:
-
KEY_UNIT
static final int KEY_UNITbuffer is keyframe- Siehe auch:
-
DONTWAIT
static final int DONTWAITwhen the bufferpool is empty, acquire_buffer
will by default block until a buffer is released into the pool again. Setting
this flag makes acquire_buffer return #GST_FLOW_EOS instead of blocking.- Siehe auch:
-
DISCONT
static final int DISCONTbuffer is discont- Siehe auch:
-
LAST
static final int LASTlast flag, subclasses can use private flags
starting from this value.- Siehe auch:
-