![]() |
AJA NTV2 SDK
18.0.0.2717
NTV2 SDK 18.0.0.2717
|
Configures an NTV2OutputTestPattern instance. More...
#include <ntv2outputtestpattern.h>
Public Member Functions | |
| TestPatConfig (const std::string &inDeviceSpecifier="0") | |
| Constructs a default CCPlayer configuration. More... | |
| AJALabelValuePairs | Get (const bool inCompact=(0)) const |
Public Member Functions inherited from PlayerConfig | |
| PlayerConfig (const std::string &inDeviceSpecifier="0") | |
| Constructs a default Player configuration. More... | |
| AJALabelValuePairs | Get (const bool inCompact=(0)) const |
| Renders a human-readable representation of me. More... | |
Public Attributes | |
| std::string | fTestPatternName |
| Name of the test pattern to use. More... | |
Public Attributes inherited from PlayerConfig | |
| std::string | fDeviceSpec |
| The AJA device to use. More... | |
| std::string | fAncDataFilePath |
| Optional path to Anc binary data file to playout. More... | |
| NTV2Channel | fOutputChannel |
| The device channel to use. More... | |
| NTV2OutputDest | fOutputDest |
| The desired output connector to use. More... | |
| NTV2ACFrameRange | fFrames |
| AutoCirculate frame count or range. More... | |
| NTV2PixelFormat | fPixelFormat |
| The pixel format to use. More... | |
| NTV2VideoFormat | fVideoFormat |
| The video format to use. More... | |
| NTV2VANCMode | fVancMode |
| VANC mode to use. More... | |
| UWord | fNumAudioLinks |
| The number of audio systems to control for multi-link audio (4K/8K) More... | |
| bool | fDoMultiFormat |
| If true, enable device-sharing; otherwise take exclusive control of device. More... | |
| bool | fSuppressAudio |
| If true, suppress audio; otherwise generate & xfer audio tone. More... | |
| bool | fSuppressVideo |
| If true, suppress video; otherwise generate & xfer test patterns. More... | |
| bool | fTransmitLTC |
| If true, embed LTC; otherwise embed VITC. More... | |
| bool | fDoABConversion |
| If true, do level-A/B conversion; otherwise don't. More... | |
| bool | fDoHDMIOutput |
| If true, enable HDMI output; otherwise, disable HDMI output. More... | |
| bool | fDoTsiRouting |
| If true, enable TSI routing; otherwise route for square division (4K/8K) More... | |
| bool | fDoRGBOnWire |
| If true, produce RGB on the wire; otherwise output YUV. More... | |
| bool | fDoLinkGrouping |
| If true, enables 6/12G output mode on IoX3/Kona5 (4K/8K) More... | |
Configures an NTV2OutputTestPattern instance.
Definition at line 18 of file ntv2outputtestpattern.h.
|
inlineexplicit |
Constructs a default CCPlayer configuration.
Definition at line 26 of file ntv2outputtestpattern.h.
| AJALabelValuePairs TestPatConfig::Get | ( | const bool | inCompact = (0) | ) | const |
Definition at line 24 of file ntv2outputtestpattern.cpp.
| std::string TestPatConfig::fTestPatternName |
Name of the test pattern to use.
Definition at line 21 of file ntv2outputtestpattern.h.