public static enum StreamInfo.NalAdaptationFlags extends java.lang.Enum<StreamInfo.NalAdaptationFlags>
Enum Constant and Description |
---|
NAL_ADAPTATION_ANNEXB_CPD_AND_FRAME_NALS
Whether to adapt Annex-B NALUs for the codec and frame private data
to Avcc format NALUs
|
NAL_ADAPTATION_ANNEXB_CPD_NALS
Whether to adapt Annex-B NALUs for the codec private data to Avcc format NALUs
|
NAL_ADAPTATION_ANNEXB_NALS
Whether to adapt Annex-B NALUs to Avcc NALUs
|
NAL_ADAPTATION_AVCC_NALS
Whether to adapt Avcc NALUs to Annex-B NALUs
|
NAL_ADAPTATION_FLAG_NONE
No flags are set - no adaptation
|
Modifier and Type | Method and Description |
---|---|
static StreamInfo.NalAdaptationFlags |
getFlag(int i) |
int |
getIntValue() |
static StreamInfo.NalAdaptationFlags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StreamInfo.NalAdaptationFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamInfo.NalAdaptationFlags NAL_ADAPTATION_FLAG_NONE
public static final StreamInfo.NalAdaptationFlags NAL_ADAPTATION_ANNEXB_NALS
public static final StreamInfo.NalAdaptationFlags NAL_ADAPTATION_AVCC_NALS
public static final StreamInfo.NalAdaptationFlags NAL_ADAPTATION_ANNEXB_CPD_NALS
public static final StreamInfo.NalAdaptationFlags NAL_ADAPTATION_ANNEXB_CPD_AND_FRAME_NALS
public static StreamInfo.NalAdaptationFlags[] values()
for (StreamInfo.NalAdaptationFlags c : StreamInfo.NalAdaptationFlags.values()) System.out.println(c);
public static StreamInfo.NalAdaptationFlags valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static StreamInfo.NalAdaptationFlags getFlag(int i)
public int getIntValue()
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.