TSDuck v3.38-3696
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::AVCVUIParameters Class Reference

AVC VUI (Video Usability Information) parameters. More...

#include <tsAVCVUIParameters.h>

Inheritance diagram for ts::AVCVUIParameters:
Collaboration diagram for ts::AVCVUIParameters:

Public Types

using SuperClass = AbstractVideoStructure
 Reference to the superclass.
 

Public Member Functions

 AVCVUIParameters (const uint8_t *data=nullptr, size_t size=0)
 Constructor from a binary area.
 
virtual void clear () override
 Clear all values.
 
virtual std::ostream & display (std::ostream &strm=std::cout, const UString &margin=UString(), int level=Severity::Info) const override
 Display the content of this object to a stream.
 
virtual bool parse (AVCParser &parser, std::initializer_list< uint32_t >=std::initializer_list< uint32_t >()) override
 Parse the structure.
 
virtual bool parse (const uint8_t *data, size_t size, std::initializer_list< uint32_t >=std::initializer_list< uint32_t >()) override
 Parse a memory area containing binary video data of the expected type.
 

Public Attributes

uint8_t aspect_ratio_idc = 0
 aspect_ratio_idc
 
uint8_t aspect_ratio_info_present_flag = 0
 aspect_ratio_info_present_flag
 
uint8_t bitstream_restriction_flag = 0
 bitstream_restriction_flag
 
uint8_t chroma_loc_info_present_flag = 0
 chroma_loc_info_present_flag
 
uint32_t chroma_sample_loc_type_bottom_field = 0
 chroma_sample_loc_type_bottom_field
 
uint32_t chroma_sample_loc_type_top_field = 0
 chroma_sample_loc_type_top_field
 
uint8_t colour_description_present_flag = 0
 colour_description_present_flag
 
uint8_t colour_primaries = 0
 colour_primaries
 
uint8_t fixed_frame_rate_flag = 0
 fixed_frame_rate_flag
 
uint32_t log2_max_mv_length_horizontal = 0
 log2_max_mv_length_horizontal
 
uint32_t log2_max_mv_length_vertical = 0
 log2_max_mv_length_vertical
 
uint8_t low_delay_hrd_flag = 0
 low_delay_hrd_flag
 
uint8_t matrix_coefficients = 0
 matrix_coefficients
 
uint32_t max_bits_per_mb_denom = 0
 max_bits_per_mb_denom
 
uint32_t max_bytes_per_pic_denom = 0
 max_bytes_per_pic_denom
 
uint32_t max_dec_frame_buffering = 0
 max_dec_frame_buffering
 
uint8_t motion_vectors_over_pic_boundaries_flag = 0
 motion_vectors_over_pic_boundaries_flag
 
AVCHRDParameters nal_hrd {}
 nal_hrd
 
uint8_t nal_hrd_parameters_present_flag = 0
 nal_hrd_parameters_present_flag
 
uint32_t num_reorder_frames = 0
 num_reorder_frames
 
uint32_t num_units_in_tick = 0
 num_units_in_tick
 
uint8_t overscan_appropriate_flag = 0
 overscan_appropriate_flag
 
uint8_t overscan_info_present_flag = 0
 overscan_info_present_flag
 
uint8_t pic_struct_present_flag = 0
 pic_struct_present_flag
 
uint16_t sar_height = 0
 sar_height
 
uint16_t sar_width = 0
 sar_width
 
uint32_t time_scale = 0
 time_scale
 
uint8_t timing_info_present_flag = 0
 timing_info_present_flag
 
uint8_t transfer_characteristics = 0
 transfer_characteristics
 
bool valid = false
 Valid flag.
 
AVCHRDParameters vcl_hrd {}
 vcl_hrd
 
uint8_t vcl_hrd_parameters_present_flag = 0
 vcl_hrd_parameters_present_flag
 
uint8_t video_format = 0
 video_format
 
uint8_t video_full_range_flag = 0
 video_full_range_flag
 
uint8_t video_signal_type_present_flag = 0
 video_signal_type_present_flag
 

Protected Member Functions

template<typename INT , typename std::enable_if< std::is_integral< INT >::value >::type * = nullptr>
void disp (std::ostream &out, const UString &margin, const UChar *name, INT n) const
 Display helper for subclasses.
 
template<typename INT , typename std::enable_if< std::is_integral< INT >::value >::type * = nullptr>
void disp (std::ostream &out, const UString &margin, const UChar *name, std::vector< INT > n) const
 Display helper for subclasses.
 

Detailed Description

AVC VUI (Video Usability Information) parameters.

AVC is Advanced Video Coding, ISO 14496-10, ITU H.264.

Constructor & Destructor Documentation

◆ AVCVUIParameters()

ts::AVCVUIParameters::AVCVUIParameters ( const uint8_t *  data = nullptr,
size_t  size = 0 
)

Constructor from a binary area.

Parameters
[in]dataAddress of binary data to analyze.
[in]sizeSize in bytes of binary data to analyze.

Member Function Documentation

◆ clear()

virtual void ts::AVCVUIParameters::clear ( )
overridevirtual

Clear all values.

Should be reimplemented by subclasses. The data are marked invalid.

Reimplemented from ts::AbstractVideoData.

◆ parse() [1/2]

virtual bool ts::AVCVUIParameters::parse ( const uint8_t *  addr,
size_t  size,
std::initializer_list< uint32_t >  params = std::initializer_list< uint32_t >() 
)
overridevirtual

Parse a memory area containing binary video data of the expected type.

Must be reimplemented by subclasses. The data are marked as valid or invalid.

Parameters
[in]addrAddress of the binary data to parse.
[in]sizeSize in bytes of the binary data to parse.
[in]paramsAdditional parameters. May be needed by some structures.
Returns
The valid flag.

Reimplemented from ts::AbstractVideoStructure.

◆ parse() [2/2]

virtual bool ts::AVCVUIParameters::parse ( AVCParser parser,
std::initializer_list< uint32_t >  params = std::initializer_list< uint32_t >() 
)
overridevirtual

Parse the structure.

Must be reimplemented by subclasses. The data are marked as valid or invalid.

Parameters
[in,out]parserThe parser of an AVC stream.
[in]paramsAdditional parameters. May be needed by some structures.
Returns
The valid flag.

Implements ts::AbstractVideoStructure.

◆ display()

virtual std::ostream & ts::AVCVUIParameters::display ( std::ostream &  stream = std::cout,
const UString margin = UString(),
int  level = Severity::Info 
) const
overridevirtual

Display the content of this object to a stream.

Parameters
[in,out]streamThe stream where to print the content. Standard output by default.
[in]marginThe prefix string on each line, empty by default.
[in]levelSeverity level (for instance, Severity::Info or Severity::Debug may display more information).
Returns
A reference to stream.

Implements ts::DisplayInterface.

◆ disp() [1/2]

template<typename INT , typename std::enable_if< std::is_integral< INT >::value >::type * = nullptr>
void ts::AbstractVideoData::disp ( std::ostream &  out,
const UString margin,
const UChar name,
INT  n 
) const
inlineprotectedinherited

Display helper for subclasses.

Display an integer value.

Template Parameters
INTAn integer type.
Parameters
[in,out]outThe stream where to print the content.
[in]marginThe prefix string on each line.
[in]nameA name to display for the value.
[in]nThe integer value to display.

◆ disp() [2/2]

template<typename INT , typename std::enable_if< std::is_integral< INT >::value >::type * = nullptr>
void ts::AbstractVideoData::disp ( std::ostream &  out,
const UString margin,
const UChar name,
std::vector< INT n 
) const
inlineprotectedinherited

Display helper for subclasses.

Display a vector of integer value.

Template Parameters
INTAn integer type.
Parameters
[in,out]outThe stream where to print the content.
[in]marginThe prefix string on each line.
[in]nameA name to display for the value.
[in]nThe integer values to display.

Member Data Documentation

◆ valid

bool ts::AbstractVideoData::valid = false
inherited

Valid flag.

Other fields are significant only if valid is true.


The documentation for this class was generated from the following file: