AJA NTV2 SDK  17.1.1.1245
NTV2 SDK 17.1.1.1245
ntv2vpidfromspec.cpp File Reference

Generates a VPID based on a specification struct. See the SMPTE 352 standard for details. More...

#include "ajatypes.h"
#include "ntv2vpidfromspec.h"
#include "ntv2utils.h"
Include dependency graph for ntv2vpidfromspec.cpp:

Go to the source code of this file.

Functions

bool SetVPIDFromSpec (ULWord *const pOutVPID, const VPIDSpec *const pInVPIDSpec)
 Generates a VPID based on the supplied specification. More...
 

Detailed Description

Generates a VPID based on a specification struct. See the SMPTE 352 standard for details.

Note
This file is included in driver builds. It must not contain any c++.

Definition in file ntv2vpidfromspec.cpp.

Function Documentation

◆ SetVPIDFromSpec()

bool SetVPIDFromSpec ( ULWord *const  pOutVPID,
const VPIDSpec *const  pInVPIDSpec 
)

Generates a VPID based on the supplied specification.

Parameters
[out]pOutVPIDSpecifies the location where the generated VPID will be stored.
[in]pInVPIDSpecSpecifies the location of the settings describing the VPID to be generated.
Returns
True if generation was successful, otherwise false.

Definition at line 25 of file ntv2vpidfromspec.cpp.