
public static enum ContainerFormat.Flag extends Enum<ContainerFormat.Flag>
| Enum Constant and Description |
|---|
ALLOW_FLUSH
Format allows flushing.
|
GENERIC_INDEX
Use generic index building code.
|
GLOBAL_HEADER
Format wants global header.
|
INVALID_FLAG |
NEED_NUMBER
Needs a percent-d in filename.
|
NO_BINARY_SEARCH
Format does not allow to fallback to binary search via read_timestamp
|
NO_BYTE_SEEKING
Format does not allow seeking by bytes
|
NO_DIMENSIONS
Format does not need width/height
|
NO_FILE
This format does not use an on-disk file (e.g.
|
NO_GENERIC_SEARCH
Format does not allow to fallback to generic search
|
NO_STREAMS
Format does not require any streams
|
NO_TIMESTAMPS
Format does not need / have any timestamps.
|
NONSTRICT_TIMESTAMPS
Format does not require strictly increasing timestamps, but they must still be monotonic
|
RAW_PICTURE
Format wants AVPicture structure for raw picture data.
|
SEEK_TO_PTS
Seeking is based on PTS
|
SHOW_IDS
Show format stream IDs numbers.
|
TIMESTAMP_DISCONTINUITIES
Format allows timestamp discontinuities.
|
VARIABLE_FPS
Format allows variable fps.
|
| Modifier and Type | Method and Description |
|---|---|
static ContainerFormat.Flag |
swigToEnum(int swigValue) |
int |
swigValue() |
static ContainerFormat.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerFormat.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContainerFormat.Flag INVALID_FLAG
public static final ContainerFormat.Flag NO_FILE
public static final ContainerFormat.Flag NEED_NUMBER
public static final ContainerFormat.Flag SHOW_IDS
public static final ContainerFormat.Flag RAW_PICTURE
public static final ContainerFormat.Flag GLOBAL_HEADER
public static final ContainerFormat.Flag NO_TIMESTAMPS
public static final ContainerFormat.Flag GENERIC_INDEX
public static final ContainerFormat.Flag TIMESTAMP_DISCONTINUITIES
public static final ContainerFormat.Flag VARIABLE_FPS
public static final ContainerFormat.Flag NO_DIMENSIONS
public static final ContainerFormat.Flag NO_STREAMS
public static final ContainerFormat.Flag NO_BINARY_SEARCH
public static final ContainerFormat.Flag NO_GENERIC_SEARCH
public static final ContainerFormat.Flag NO_BYTE_SEEKING
public static final ContainerFormat.Flag ALLOW_FLUSH
public static final ContainerFormat.Flag NONSTRICT_TIMESTAMPS
public static final ContainerFormat.Flag SEEK_TO_PTS
public static ContainerFormat.Flag[] values()
for (ContainerFormat.Flag c : ContainerFormat.Flag.values()) System.out.println(c);
public static ContainerFormat.Flag valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int swigValue()
public static ContainerFormat.Flag swigToEnum(int swigValue)
Copyright © 2018 Humble Software. All rights reserved.