AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Declares functions for the C implementations of VPID generation from a VPIDSpec. More...
Go to the source code of this file.
Classes | |
struct | VPIDSpec |
Contains all the information needed to generate a valid VPID. More... | |
struct | VPIDControl |
Enumerations | |
enum | VPIDFlags { dualStreamFlag = 1, output3GFlag = 2, output3GbFlag = 4, SMPTE425Flag = 8, DC4KInPath = 16, CSCInPath = 32 } |
Functions | |
bool | SetVPIDFromSpec (ULWord *const pOutVPID, const VPIDSpec *const pInVPIDSpec) |
Generates a VPID based on the supplied specification. More... | |
Declares functions for the C implementations of VPID generation from a VPIDSpec.
Definition in file ntv2vpidfromspec.h.
enum VPIDFlags |
Enumerator | |
---|---|
dualStreamFlag | |
output3GFlag | |
output3GbFlag | |
SMPTE425Flag | |
DC4KInPath | |
CSCInPath |
Definition at line 46 of file ntv2vpidfromspec.h.
Generates a VPID based on the supplied specification.
[out] | pOutVPID | Specifies the location where the generated VPID will be stored. |
[in] | pInVPIDSpec | Specifies the location of the settings describing the VPID to be generated. |
Definition at line 25 of file ntv2vpidfromspec.cpp.