public class PictureSpatialScalableExtension extends Object implements MPEGHeader
Modifier and Type | Field and Description |
---|---|
int |
lower_layer_deinterlaced_field_select |
int |
lower_layer_horizontal_offset |
int |
lower_layer_progressive_frame |
int |
lower_layer_temporal_reference |
int |
lower_layer_vertical_offset |
static int |
Picture_Spatial_Scalable_Extension |
int |
spatial_temporal_weight_code_table_index |
Constructor and Description |
---|
PictureSpatialScalableExtension() |
Modifier and Type | Method and Description |
---|---|
static PictureSpatialScalableExtension |
read(BitReader _in) |
void |
write(ByteBuffer bb) |
public int lower_layer_temporal_reference
public int lower_layer_horizontal_offset
public int lower_layer_vertical_offset
public int spatial_temporal_weight_code_table_index
public int lower_layer_progressive_frame
public int lower_layer_deinterlaced_field_select
public static final int Picture_Spatial_Scalable_Extension
public static PictureSpatialScalableExtension read(BitReader _in)
public void write(ByteBuffer bb)
write
in interface MPEGHeader
Copyright © 2019. All rights reserved.