AJA NTV2 SDK  17.1.1.1245
NTV2 SDK 17.1.1.1245
VPIDSpec Struct Reference

Contains all the information needed to generate a valid VPID. More...

#include <ntv2vpidfromspec.h>

Public Attributes

NTV2VideoFormat videoFormat
 Specifies the format of the video stream. More...
 
NTV2FrameBufferFormat pixelFormat
 Specifies the pixel format of the source of the video stream. More...
 
bool isRGBOnWire
 If true, the transport on the wire is RGB. More...
 
bool isOutputLevelA
 If true, the video stream will leave the device as a level A signal. More...
 
bool isOutputLevelB
 If true, the video stream will leave the device as a level B signal. More...
 
bool isDualLink
 If true, the video stream is part of a SMPTE 372 dual link signal. More...
 
bool isTwoSampleInterleave
 If true, the video stream is in SMPTE 425-3 two sample interleave format. More...
 
bool useChannel
 If true, the following vpidChannel value should be inserted into th VPID. More...
 
VPIDChannel vpidChannel
 Specifies the channel number of the video stream. More...
 
bool isStereo
 If true, the video stream is part of a stereo pair. More...
 
bool isRightEye
 If true, the video stream is the right eye of a stereo pair. More...
 
VPIDAudio audioCarriage
 Specifies how audio is carried in additional channels. More...
 
bool isOutput6G
 If true, the transport on the wire is 6G. More...
 
bool isOutput12G
 If true, the transport on the wire is 12G. More...
 
bool enableBT2020
 If true, the VPID will insert BT.2020 data. More...
 
NTV2VPIDTransferCharacteristics transferCharacteristics
 Describes the transfer characteristics. More...
 
NTV2VPIDColorimetry colorimetry
 Describes the Colorimetry. More...
 
NTV2VPIDLuminance luminance
 Describes the luminance and color difference. More...
 
NTV2VPIDRGBRange rgbRange
 Describes the RGB range as full or SMPTE. More...
 
bool isMultiLink
 If true, the video stream is 12G -> 3G multi-link. More...
 

Detailed Description

Contains all the information needed to generate a valid VPID.

Definition at line 22 of file ntv2vpidfromspec.h.

Member Data Documentation

◆ audioCarriage

VPIDAudio VPIDSpec::audioCarriage

Specifies how audio is carried in additional channels.

Definition at line 35 of file ntv2vpidfromspec.h.

◆ colorimetry

NTV2VPIDColorimetry VPIDSpec::colorimetry

Describes the Colorimetry.

Definition at line 40 of file ntv2vpidfromspec.h.

◆ enableBT2020

bool VPIDSpec::enableBT2020

If true, the VPID will insert BT.2020 data.

Definition at line 38 of file ntv2vpidfromspec.h.

◆ isDualLink

bool VPIDSpec::isDualLink

If true, the video stream is part of a SMPTE 372 dual link signal.

Definition at line 29 of file ntv2vpidfromspec.h.

◆ isMultiLink

bool VPIDSpec::isMultiLink

If true, the video stream is 12G -> 3G multi-link.

Definition at line 43 of file ntv2vpidfromspec.h.

◆ isOutput12G

bool VPIDSpec::isOutput12G

If true, the transport on the wire is 12G.

Definition at line 37 of file ntv2vpidfromspec.h.

◆ isOutput6G

bool VPIDSpec::isOutput6G

If true, the transport on the wire is 6G.

Definition at line 36 of file ntv2vpidfromspec.h.

◆ isOutputLevelA

bool VPIDSpec::isOutputLevelA

If true, the video stream will leave the device as a level A signal.

Definition at line 27 of file ntv2vpidfromspec.h.

◆ isOutputLevelB

bool VPIDSpec::isOutputLevelB

If true, the video stream will leave the device as a level B signal.

Definition at line 28 of file ntv2vpidfromspec.h.

◆ isRGBOnWire

bool VPIDSpec::isRGBOnWire

If true, the transport on the wire is RGB.

Definition at line 26 of file ntv2vpidfromspec.h.

◆ isRightEye

bool VPIDSpec::isRightEye

If true, the video stream is the right eye of a stereo pair.

Definition at line 34 of file ntv2vpidfromspec.h.

◆ isStereo

bool VPIDSpec::isStereo

If true, the video stream is part of a stereo pair.

Definition at line 33 of file ntv2vpidfromspec.h.

◆ isTwoSampleInterleave

bool VPIDSpec::isTwoSampleInterleave

If true, the video stream is in SMPTE 425-3 two sample interleave format.

Definition at line 30 of file ntv2vpidfromspec.h.

◆ luminance

NTV2VPIDLuminance VPIDSpec::luminance

Describes the luminance and color difference.

Definition at line 41 of file ntv2vpidfromspec.h.

◆ pixelFormat

NTV2FrameBufferFormat VPIDSpec::pixelFormat

Specifies the pixel format of the source of the video stream.

Definition at line 25 of file ntv2vpidfromspec.h.

◆ rgbRange

NTV2VPIDRGBRange VPIDSpec::rgbRange

Describes the RGB range as full or SMPTE.

Definition at line 42 of file ntv2vpidfromspec.h.

◆ transferCharacteristics

NTV2VPIDTransferCharacteristics VPIDSpec::transferCharacteristics

Describes the transfer characteristics.

Definition at line 39 of file ntv2vpidfromspec.h.

◆ useChannel

bool VPIDSpec::useChannel

If true, the following vpidChannel value should be inserted into th VPID.

Definition at line 31 of file ntv2vpidfromspec.h.

◆ videoFormat

NTV2VideoFormat VPIDSpec::videoFormat

Specifies the format of the video stream.

Definition at line 24 of file ntv2vpidfromspec.h.

◆ vpidChannel

VPIDChannel VPIDSpec::vpidChannel

Specifies the channel number of the video stream.

Definition at line 32 of file ntv2vpidfromspec.h.


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