Interface H264NalUnitTypes
-
public interface H264NalUnitTypesCreated by sannies on 18.05.2015.
-
-
Field Summary
Fields Modifier and Type Field Description static intAU_UNIT_DELIMITERstatic intCODED_SLICE_AUX_PICstatic intCODED_SLICE_DATA_PART_Astatic intCODED_SLICE_DATA_PART_Bstatic intCODED_SLICE_DATA_PART_Cstatic intCODED_SLICE_EXTstatic intCODED_SLICE_IDRstatic intCODED_SLICE_NON_IDRstatic intEND_OF_SEQUENCEstatic intEND_OF_STREAMstatic intFILLER_DATAstatic intPIC_PARAMETER_SETstatic intPREFIX_NAL_UNITstatic intRESERVED_21static intRESERVED_22static intRESERVED_23static intRESERVERED_16static intRESERVERED_17static intRESERVERED_18static intSEIstatic intSEQ_PARAMETER_SETstatic intSEQ_PARAMETER_SET_EXTstatic intSUBSET_SEQ_PARAMETER_SETstatic intUNSPEC_24static intUNSPEC_25static intUNSPEC_26static intUNSPEC_27static intUNSPEC_28static intUNSPEC_29static intUNSPEC_30static intUNSPEC_31static intUNSPECIFIED
-
-
-
Field Detail
-
UNSPECIFIED
static final int UNSPECIFIED
- See Also:
- Constant Field Values
-
CODED_SLICE_NON_IDR
static final int CODED_SLICE_NON_IDR
- See Also:
- Constant Field Values
-
CODED_SLICE_DATA_PART_A
static final int CODED_SLICE_DATA_PART_A
- See Also:
- Constant Field Values
-
CODED_SLICE_DATA_PART_B
static final int CODED_SLICE_DATA_PART_B
- See Also:
- Constant Field Values
-
CODED_SLICE_DATA_PART_C
static final int CODED_SLICE_DATA_PART_C
- See Also:
- Constant Field Values
-
CODED_SLICE_IDR
static final int CODED_SLICE_IDR
- See Also:
- Constant Field Values
-
SEI
static final int SEI
- See Also:
- Constant Field Values
-
SEQ_PARAMETER_SET
static final int SEQ_PARAMETER_SET
- See Also:
- Constant Field Values
-
PIC_PARAMETER_SET
static final int PIC_PARAMETER_SET
- See Also:
- Constant Field Values
-
AU_UNIT_DELIMITER
static final int AU_UNIT_DELIMITER
- See Also:
- Constant Field Values
-
END_OF_SEQUENCE
static final int END_OF_SEQUENCE
- See Also:
- Constant Field Values
-
END_OF_STREAM
static final int END_OF_STREAM
- See Also:
- Constant Field Values
-
FILLER_DATA
static final int FILLER_DATA
- See Also:
- Constant Field Values
-
SEQ_PARAMETER_SET_EXT
static final int SEQ_PARAMETER_SET_EXT
- See Also:
- Constant Field Values
-
PREFIX_NAL_UNIT
static final int PREFIX_NAL_UNIT
- See Also:
- Constant Field Values
-
SUBSET_SEQ_PARAMETER_SET
static final int SUBSET_SEQ_PARAMETER_SET
- See Also:
- Constant Field Values
-
RESERVERED_16
static final int RESERVERED_16
- See Also:
- Constant Field Values
-
RESERVERED_17
static final int RESERVERED_17
- See Also:
- Constant Field Values
-
RESERVERED_18
static final int RESERVERED_18
- See Also:
- Constant Field Values
-
CODED_SLICE_AUX_PIC
static final int CODED_SLICE_AUX_PIC
- See Also:
- Constant Field Values
-
CODED_SLICE_EXT
static final int CODED_SLICE_EXT
- See Also:
- Constant Field Values
-
RESERVED_21
static final int RESERVED_21
- See Also:
- Constant Field Values
-
RESERVED_22
static final int RESERVED_22
- See Also:
- Constant Field Values
-
RESERVED_23
static final int RESERVED_23
- See Also:
- Constant Field Values
-
UNSPEC_24
static final int UNSPEC_24
- See Also:
- Constant Field Values
-
UNSPEC_25
static final int UNSPEC_25
- See Also:
- Constant Field Values
-
UNSPEC_26
static final int UNSPEC_26
- See Also:
- Constant Field Values
-
UNSPEC_27
static final int UNSPEC_27
- See Also:
- Constant Field Values
-
UNSPEC_28
static final int UNSPEC_28
- See Also:
- Constant Field Values
-
UNSPEC_29
static final int UNSPEC_29
- See Also:
- Constant Field Values
-
UNSPEC_30
static final int UNSPEC_30
- See Also:
- Constant Field Values
-
UNSPEC_31
static final int UNSPEC_31
- See Also:
- Constant Field Values
-
-