TSDuck v3.38-3710
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::AuxiliaryVideoStreamDescriptor::si_message_type::depth_params_type Class Reference

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.
 

Public Attributes

uint8_t nkfar = 0
 the numerator of the parameter kfar.
 
uint8_t nknear = 0
 the numerator of the parameter knear.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ depth_params_type()

ts::AuxiliaryVideoStreamDescriptor::si_message_type::depth_params_type::depth_params_type ( PSIBuffer buf)
inline

Constructor from a binary descriptor.

Parameters
[in]bufA binary descriptor to deserialize.

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