AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
This is used by the CNTV2Card::ReadSDIStatistics function. More...
#include <ntv2publicinterface.h>
Public Member Functions | |
NTV2SDIInStatistics () | |
Constructs an NTV2GetSDIStatistics struct and initializes it to its default state. More... | |
void | Clear (void) |
Resets the struct to its initialized state. More... | |
bool | GetSDIInputStatus (NTV2SDIInputStatus &outStatus, const UWord inSDIInputIndex0=0) |
Answers with the NTV2SDIInputStatus for the given SDI input spigot. More... | |
NTV2SDIInputStatus & | operator[] (const size_t inSDIInputIndex0) |
std::ostream & | Print (std::ostream &inOutStream) const |
Prints a human-readable representation of me to the given output stream. More... | |
bool | RPCEncode (NTV2_RPC_BLOB_TYPE &outBlob) |
bool | RPCDecode (const NTV2_RPC_BLOB_TYPE &inBlob, size_t &inOutIndex) |
This is used by the CNTV2Card::ReadSDIStatistics function.
Definition at line 7678 of file ntv2publicinterface.h.
NTV2SDIInStatistics::NTV2SDIInStatistics | ( | ) |
Constructs an NTV2GetSDIStatistics struct and initializes it to its default state.
Definition at line 2316 of file ntv2publicinterface.cpp.
void NTV2SDIInStatistics::Clear | ( | void | ) |
Resets the struct to its initialized state.
Definition at line 2324 of file ntv2publicinterface.cpp.
bool NTV2SDIInStatistics::GetSDIInputStatus | ( | NTV2SDIInputStatus & | outStatus, |
const UWord | inSDIInputIndex0 = 0 |
||
) |
Answers with the NTV2SDIInputStatus for the given SDI input spigot.
[out] | outStatus | Receives the NTV2SDIInputStatus for the given SDI input. |
[in] | inSDIInputIndex0 | Specifies the zero-based index of the SDI input of interest. |
Definition at line 2334 of file ntv2publicinterface.cpp.
NTV2SDIInputStatus & NTV2SDIInStatistics::operator[] | ( | const size_t | inSDIInputIndex0 | ) |
[in] | inSDIInputIndex0 | Specifies the zero-based index of the SDI input of interest. |
Definition at line 2350 of file ntv2publicinterface.cpp.
std::ostream & NTV2SDIInStatistics::Print | ( | std::ostream & | inOutStream | ) | const |
Prints a human-readable representation of me to the given output stream.
inOutStream | Specifies the output stream to use. |
Definition at line 2365 of file ntv2publicinterface.cpp.
bool NTV2SDIInStatistics::RPCDecode | ( | const NTV2_RPC_BLOB_TYPE & | inBlob, |
size_t & | inOutIndex | ||
) |
bool NTV2SDIInStatistics::RPCEncode | ( | NTV2_RPC_BLOB_TYPE & | outBlob | ) |