TSDuck v3.40-4113
MPEG Transport Stream Toolkit
|
Depth parameters type. More...
#include <tsAuxiliaryVideoStreamDescriptor.h>
Public Member Functions | |
depth_params_type ()=default | |
Default constructor. | |
depth_params_type (PSIBuffer &buf) | |
Constructor from a binary descriptor. | |
uint32_t | get_size () const |
Get the size, in bytes, of this depth_parameters() structure. | |
Public Attributes | |
uint8_t | nkfar = 0 |
the numerator of the parameter kfar. | |
uint8_t | nknear = 0 |
the numerator of the parameter knear. | |
Depth parameters type.
kfar and knear specify the range of the depth information respectively behind and in front of the picture relatively to W. W represents the screen width at the receiver side. W and zp is expressed using the same distance units.
|
inline |
Constructor from a binary descriptor.
[in] | buf | A binary descriptor to deserialize. |
|
inline |
Get the size, in bytes, of this depth_parameters() structure.