public class SeqParameterSetExt extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
additional_extension_flag |
boolean |
alpha_incr_flag |
int |
alpha_opaque_value |
int |
alpha_transparent_value |
int |
aux_format_idc |
int |
bit_depth_aux_minus8 |
int |
seq_parameter_set_id |
Constructor and Description |
---|
SeqParameterSetExt() |
Modifier and Type | Method and Description |
---|---|
static SeqParameterSetExt |
read(ByteBuffer is) |
void |
write(ByteBuffer out) |
public int seq_parameter_set_id
public int aux_format_idc
public int bit_depth_aux_minus8
public boolean alpha_incr_flag
public boolean additional_extension_flag
public int alpha_opaque_value
public int alpha_transparent_value
public static SeqParameterSetExt read(ByteBuffer is)
public void write(ByteBuffer out)
Copyright © 2019. All rights reserved.