| Package | Description |
|---|---|
| org.jcodec.codecs.h264 | |
| org.jcodec.codecs.h264.io.model |
| Modifier and Type | Method and Description |
|---|---|
static List<ByteBuffer> |
H264Utils.getRawNALUnitsOfType(ByteBuffer codecPrivate,
NALUnitType type) |
| Modifier and Type | Field and Description |
|---|---|
static NALUnitType |
NALUnitType.ACC_UNIT_DELIM |
static NALUnitType |
NALUnitType.AUX_SLICE |
static NALUnitType |
NALUnitType.END_OF_SEQ |
static NALUnitType |
NALUnitType.END_OF_STREAM |
static NALUnitType |
NALUnitType.FILLER_DATA |
static NALUnitType |
NALUnitType.IDR_SLICE |
static NALUnitType |
NALUnitType.NON_IDR_SLICE |
static NALUnitType |
NALUnitType.PPS |
static NALUnitType |
NALUnitType.SEI |
static NALUnitType |
NALUnitType.SEQ_PAR_SET_EXT |
static NALUnitType |
NALUnitType.SLICE_PART_A |
static NALUnitType |
NALUnitType.SLICE_PART_B |
static NALUnitType |
NALUnitType.SLICE_PART_C |
static NALUnitType |
NALUnitType.SPS |
NALUnitType |
NALUnit.type |
| Modifier and Type | Method and Description |
|---|---|
static NALUnitType |
NALUnitType.fromValue(int value) |
| Constructor and Description |
|---|
NALUnit(NALUnitType type,
int nal_ref_idc) |
Copyright © 2019. All rights reserved.