AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
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... | |
Contains all the information needed to generate a valid VPID.
Definition at line 22 of file ntv2vpidfromspec.h.
VPIDAudio VPIDSpec::audioCarriage |
Specifies how audio is carried in additional channels.
Definition at line 35 of file ntv2vpidfromspec.h.
NTV2VPIDColorimetry VPIDSpec::colorimetry |
Describes the Colorimetry.
Definition at line 40 of file ntv2vpidfromspec.h.
bool VPIDSpec::enableBT2020 |
If true, the VPID will insert BT.2020 data.
Definition at line 38 of file ntv2vpidfromspec.h.
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.
bool VPIDSpec::isMultiLink |
If true, the video stream is 12G -> 3G multi-link.
Definition at line 43 of file ntv2vpidfromspec.h.
bool VPIDSpec::isOutput12G |
If true, the transport on the wire is 12G.
Definition at line 37 of file ntv2vpidfromspec.h.
bool VPIDSpec::isOutput6G |
If true, the transport on the wire is 6G.
Definition at line 36 of file ntv2vpidfromspec.h.
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.
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.
bool VPIDSpec::isRGBOnWire |
If true, the transport on the wire is RGB.
Definition at line 26 of file ntv2vpidfromspec.h.
bool VPIDSpec::isRightEye |
If true, the video stream is the right eye of a stereo pair.
Definition at line 34 of file ntv2vpidfromspec.h.
bool VPIDSpec::isStereo |
If true, the video stream is part of a stereo pair.
Definition at line 33 of file ntv2vpidfromspec.h.
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.
NTV2VPIDLuminance VPIDSpec::luminance |
Describes the luminance and color difference.
Definition at line 41 of file ntv2vpidfromspec.h.
NTV2FrameBufferFormat VPIDSpec::pixelFormat |
Specifies the pixel format of the source of the video stream.
Definition at line 25 of file ntv2vpidfromspec.h.
NTV2VPIDRGBRange VPIDSpec::rgbRange |
Describes the RGB range as full or SMPTE.
Definition at line 42 of file ntv2vpidfromspec.h.
NTV2VPIDTransferCharacteristics VPIDSpec::transferCharacteristics |
Describes the transfer characteristics.
Definition at line 39 of file ntv2vpidfromspec.h.
bool VPIDSpec::useChannel |
If true, the following vpidChannel value should be inserted into th VPID.
Definition at line 31 of file ntv2vpidfromspec.h.
NTV2VideoFormat VPIDSpec::videoFormat |
Specifies the format of the video stream.
Definition at line 24 of file ntv2vpidfromspec.h.
VPIDChannel VPIDSpec::vpidChannel |
Specifies the channel number of the video stream.
Definition at line 32 of file ntv2vpidfromspec.h.