Package ch.bailu.gtk.gst
Schnittstelle BufferCopyFlags
public interface BufferCopyFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
flag indicating that memory should always be copied instead of reffedstatic final int
flag indicating that buffer flags should be copiedstatic final int
flag indicating that buffer memory should be reffed
and appended to already existing memory.static final int
flag indicating that buffer memory should be
mergedstatic final int
flag indicating that buffer meta should be
copiedstatic final int
copy nothingstatic final int
flag indicating that buffer pts, dts,
duration, offset and offset_end should be copied
-
Felddetails
-
NONE
static final int NONEcopy nothing- Siehe auch:
-
FLAGS
static final int FLAGSflag indicating that buffer flags should be copied- Siehe auch:
-
TIMESTAMPS
static final int TIMESTAMPSflag indicating that buffer pts, dts,
duration, offset and offset_end should be copied- Siehe auch:
-
META
static final int METAflag indicating that buffer meta should be
copied- Siehe auch:
-
MEMORY
static final int MEMORYflag indicating that buffer memory should be reffed
and appended to already existing memory. Unless the memory is marked as
NO_SHARE, no actual copy of the memory is made but it is simply reffed.
Add @GST_BUFFER_COPY_DEEP to force a real copy.- Siehe auch:
-
MERGE
static final int MERGEflag indicating that buffer memory should be
merged- Siehe auch:
-
DEEP
static final int DEEPflag indicating that memory should always be copied instead of reffed- Siehe auch:
-