Class ConfigurationParser.ProfileTierLevel_t
Contains profile, tier, and level information from H.265 VPS/SPS.
public class ConfigurationParser.ProfileTierLevel_t
- Inheritance
-
ConfigurationParser.ProfileTierLevel_t
- Inherited Members
Constructors
ProfileTierLevel_t()
public ProfileTierLevel_t()
Fields
SublayerProfileTierLevel
Sub-layer profile, tier, and level information for each sub-layer.
public ConfigurationParser.SublayerProfileTierLevel_t[] SublayerProfileTierLevel
Field Value
general_constraints
General constraint indicator flags (6 bytes).
public byte[] general_constraints
Field Value
- byte[]
general_frame_only_constraint_flag
Indicates frame-only constraint (no field coding).
public int general_frame_only_constraint_flag
Field Value
general_inbld_flag
Intra boundary layer dependency flag.
public int general_inbld_flag
Field Value
general_interlaced_source_flag
Indicates interlaced source content.
public int general_interlaced_source_flag
Field Value
general_intra_constraint_flag
Intra-only constraint flag.
public int general_intra_constraint_flag
Field Value
general_level_idc
General level indicator (30=1.0, 60=2.0, 90=3.0, 120=4.0, etc.).
public int general_level_idc
Field Value
general_lower_bit_rate_constraint_flag
Lower bit rate constraint flag.
public int general_lower_bit_rate_constraint_flag
Field Value
general_max_10bit_constraint_flag
Maximum 10-bit constraint flag.
public int general_max_10bit_constraint_flag
Field Value
general_max_12bit_constraint_flag
Maximum 12-bit constraint flag.
public int general_max_12bit_constraint_flag
Field Value
general_max_420chroma_constraint_flag
Maximum 4:2:0 chroma format constraint flag.
public int general_max_420chroma_constraint_flag
Field Value
general_max_422chroma_constraint_flag
Maximum 4:2:2 chroma format constraint flag.
public int general_max_422chroma_constraint_flag
Field Value
general_max_8bit_constraint_flag
Maximum 8-bit constraint flag.
public int general_max_8bit_constraint_flag
Field Value
general_max_monochrome_constraint_flag
Maximum monochrome constraint flag.
public int general_max_monochrome_constraint_flag
Field Value
general_non_packed_constraint_flag
Indicates non-packed constraint.
public int general_non_packed_constraint_flag
Field Value
general_one_picture_only_constraint_flag
One picture only constraint flag.
public int general_one_picture_only_constraint_flag
Field Value
general_profile_compatibility_flag
General profile compatibility flags (32 flags).
public int[] general_profile_compatibility_flag
Field Value
- int[]
general_profile_idc
General profile indicator (1=Main, 2=Main10, 3=MainStillPicture, etc.).
public int general_profile_idc
Field Value
general_profile_space
General profile space identifier (0-3).
public int general_profile_space
Field Value
general_progressive_source_flag
Indicates progressive source content.
public int general_progressive_source_flag
Field Value
general_tier_flag
General tier flag (0=Main tier, 1=High tier).
public int general_tier_flag
Field Value
sub_layer_level_idc
Sub-layer level indicator for each sub-layer.
public int[] sub_layer_level_idc
Field Value
- int[]
sub_layer_level_present_flag
Flags indicating if sub-layer level is present for each sub-layer.
public int[] sub_layer_level_present_flag
Field Value
- int[]
sub_layer_profile_present_flag
Flags indicating if sub-layer profile is present for each sub-layer.
public int[] sub_layer_profile_present_flag
Field Value
- int[]