TSDuck v3.38-3710
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::J2KVideoDescriptor::JPEGXS_Block_type Class Reference

J2K block description. More...

#include <tsJ2KVideoDescriptor.h>

Public Member Functions

 JPEGXS_Block_type ()
 Default constructor.
 
 JPEGXS_Block_type (PSIBuffer &buf)
 Read-in constructor.
 

Public Attributes

uint16_t blk_height = 0
 Default height of a J2K block.
 
uint8_t blk_idx_h = 0
 Horizontal block index of current block.
 
uint8_t blk_idx_v = 0
 Vertical block index of current block.
 
uint16_t blk_width = 0
 Default width of a J2K block.
 
uint32_t full_horizontal_size = 0
 Horizontal size of the entire video frame.
 
uint32_t full_vertical_size = 0
 Vertical size of the entire video frame.
 
uint8_t max_blk_idx_h = 0
 Maximum value of the horizontal block index.
 
uint8_t max_blk_idx_v = 0
 Minimum value of the horizontal block index.
 

Detailed Description

J2K block description.

Constructor & Destructor Documentation

◆ JPEGXS_Block_type()

ts::J2KVideoDescriptor::JPEGXS_Block_type::JPEGXS_Block_type ( PSIBuffer buf)
inline

Read-in constructor.

Parameters
[in,out]bufDeserialization buffer. Read the descriptor payload from buf. The end of read is the end of the binary payload. If any kind of error is reported in the buffer or if the payload is not completely read, the deserialization is considered as invalid.

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