Table of Contents

Class ConfigurationParser.SliceSegmentHeader_t

Namespace
VAST.Codecs.H265
Assembly
VAST.Common.dll

Contains slice segment header data from H.265/HEVC bitstream.

public class ConfigurationParser.SliceSegmentHeader_t
Inheritance
ConfigurationParser.SliceSegmentHeader_t
Inherited Members

Constructors

SliceSegmentHeader_t()

public SliceSegmentHeader_t()

Fields

colour_plane_id

Colour plane ID when separate colour plane is enabled.

public int colour_plane_id

Field Value

int

dependent_slice_segment_flag

Indicates if this is a dependent slice segment.

public int dependent_slice_segment_flag

Field Value

int

first_slice_segment_in_pic_flag

Indicates if this is the first slice segment in the picture.

public int first_slice_segment_in_pic_flag

Field Value

int

no_output_of_prior_pics_flag

Indicates if prior pictures should not be output.

public int no_output_of_prior_pics_flag

Field Value

int

pic_output_flag

Picture output flag for this slice.

public int pic_output_flag

Field Value

int

slice_pic_order_cnt_lsb

Picture order count LSB for this slice.

public int slice_pic_order_cnt_lsb

Field Value

int

slice_pic_parameter_set_id

PPS identifier used by this slice.

public uint slice_pic_parameter_set_id

Field Value

uint

slice_reserved_flag

Reserved flag bits in slice header.

public int slice_reserved_flag

Field Value

int

slice_segment_address

Address of the first CTB in the slice segment.

public int slice_segment_address

Field Value

int

slice_type

Slice type (0=B, 1=P, 2=I).

public uint slice_type

Field Value

uint