TSDuck v3.40-4126
MPEG Transport Stream Toolkit
|
J2K stripe description. More...
#include <tsJ2KVideoDescriptor.h>
Public Member Functions | |
JPEGXS_Stripe_type () | |
Default constructor. | |
JPEGXS_Stripe_type (PSIBuffer &buf) | |
Read-in constructor. | |
Public Attributes | |
uint16_t | strp_height = 0 |
Default vertical size of a stripe. | |
uint8_t | strp_max_idx = 0 |
Maximum value of the stripe index. | |
J2K stripe description.
|
inline |
Read-in constructor.
[in,out] | buf | Deserialization 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. |