![]() |
AJA NTV2 SDK
18.0.0.2717
NTV2 SDK 18.0.0.2717
|
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 = (1u << ( 0 )), output3GFlag = (1u << ( 1 )), output3GbFlag = (1u << ( 2 )), SMPTE425Flag = (1u << ( 3 )), DC4KInPath = (1u << ( 4 )), CSCInPath = (1u << ( 5 )), KeySignal = (1u << ( 6 )) } |
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 | |
| KeySignal | |
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 27 of file ntv2vpidfromspec.cpp.