org.gstreamer
public final class BufferCopyFlags extends Object
Modifier and Type | Field and Description |
---|---|
static int |
FLAGS
flag indicating that buffer flags should be copied
|
static int |
MEMORY
flag indicating that buffer memory should be copied and appended to already existing memory
|
static int |
MERGE
flag indicating that buffer memory should be merged
|
static int |
META
flag indicating that buffer meta should be copied
|
static int |
NONE
copy nothing
|
static int |
TIMESTAMPS
flag indicating that buffer pts, dts, duration, offset and offset_end should be copied
|
Constructor and Description |
---|
BufferCopyFlags() |
public static final int NONE
public static final int FLAGS
public static final int TIMESTAMPS
public static final int META
public static final int MEMORY
public static final int MERGE
Copyright © 2014. All rights reserved.