public final class NALUnitType extends Object
Modifier and Type | Field and Description |
---|---|
static NALUnitType |
ACC_UNIT_DELIM |
static NALUnitType |
AUX_SLICE |
static NALUnitType |
END_OF_SEQ |
static NALUnitType |
END_OF_STREAM |
static NALUnitType |
FILLER_DATA |
static NALUnitType |
IDR_SLICE |
static NALUnitType |
NON_IDR_SLICE |
static NALUnitType |
PPS |
static NALUnitType |
SEI |
static NALUnitType |
SEQ_PAR_SET_EXT |
static NALUnitType |
SLICE_PART_A |
static NALUnitType |
SLICE_PART_B |
static NALUnitType |
SLICE_PART_C |
static NALUnitType |
SPS |
Modifier and Type | Method and Description |
---|---|
static NALUnitType |
fromValue(int value) |
String |
getName() |
int |
getValue() |
String |
toString() |
public static final NALUnitType NON_IDR_SLICE
public static final NALUnitType SLICE_PART_A
public static final NALUnitType SLICE_PART_B
public static final NALUnitType SLICE_PART_C
public static final NALUnitType IDR_SLICE
public static final NALUnitType SEI
public static final NALUnitType SPS
public static final NALUnitType PPS
public static final NALUnitType ACC_UNIT_DELIM
public static final NALUnitType END_OF_SEQ
public static final NALUnitType END_OF_STREAM
public static final NALUnitType FILLER_DATA
public static final NALUnitType SEQ_PAR_SET_EXT
public static final NALUnitType AUX_SLICE
public String getName()
public int getValue()
public static NALUnitType fromValue(int value)
Copyright © 2019. All rights reserved.