public class NALUnit extends Object
Modifier and Type | Field and Description |
---|---|
int |
nal_ref_idc |
NALUnitType |
type |
Constructor and Description |
---|
NALUnit(NALUnitType type,
int nal_ref_idc) |
Modifier and Type | Method and Description |
---|---|
static NALUnit |
read(ByteBuffer _in) |
void |
write(ByteBuffer out) |
public NALUnitType type
public int nal_ref_idc
public NALUnit(NALUnitType type, int nal_ref_idc)
public static NALUnit read(ByteBuffer _in)
public void write(ByteBuffer out)
Copyright © 2019. All rights reserved.