AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Implementation of CNTV2DeviceScanner class. More...
#include "ntv2devicescanner.h"
#include "ntv2devicefeatures.h"
#include "ntv2utils.h"
#include "ajabase/common/common.h"
#include "ajabase/system/lock.h"
#include <sstream>
Go to the source code of this file.
Functions | |
NTV2DeviceInfoList | GetDeviceInfoList (void) |
ostream & | operator<< (ostream &inOutStr, const NTV2DeviceInfoList &inList) |
ostream & | operator<< (ostream &inOutStr, const NTV2AudioSampleRateList &inList) |
ostream & | operator<< (ostream &inOutStr, const NTV2AudioChannelsPerFrameList &inList) |
ostream & | operator<< (ostream &inOutStr, const NTV2AudioSourceList &inList) |
ostream & | operator<< (ostream &inOutStr, const NTV2AudioBitsPerSampleList &inList) |
ostream & | operator<< (ostream &inOutStr, const NTV2DeviceInfo &inInfo) |
ostream & | operator<< (ostream &inOutStr, const NTV2AudioPhysicalFormat &inFormat) |
std::ostream & | operator<< (std::ostream &inOutStr, const NTV2AudioPhysicalFormatList &inList) |
Streams the AudioPhysicalFormatList to an output stream in a human-readable format. More... | |
Variables | |
static NTV2DeviceInfoList | sDevInfoList |
static AJALock | sDevInfoListLock |
Implementation of CNTV2DeviceScanner class.
Definition in file ntv2devicescanner.cpp.
NTV2DeviceInfoList GetDeviceInfoList | ( | void | ) |
Definition at line 140 of file ntv2devicescanner.cpp.
ostream& operator<< | ( | ostream & | inOutStr, |
const NTV2AudioBitsPerSampleList & | inList | ||
) |
Definition at line 665 of file ntv2devicescanner.cpp.
ostream& operator<< | ( | ostream & | inOutStr, |
const NTV2AudioChannelsPerFrameList & | inList | ||
) |
Definition at line 640 of file ntv2devicescanner.cpp.
ostream& operator<< | ( | ostream & | inOutStr, |
const NTV2AudioPhysicalFormat & | inFormat | ||
) |
Definition at line 744 of file ntv2devicescanner.cpp.
ostream& operator<< | ( | ostream & | inOutStr, |
const NTV2AudioSampleRateList & | inList | ||
) |
Definition at line 631 of file ntv2devicescanner.cpp.
ostream& operator<< | ( | ostream & | inOutStr, |
const NTV2AudioSourceList & | inList | ||
) |
Definition at line 649 of file ntv2devicescanner.cpp.
ostream& operator<< | ( | ostream & | inOutStr, |
const NTV2DeviceInfo & | inInfo | ||
) |
Definition at line 674 of file ntv2devicescanner.cpp.
ostream& operator<< | ( | ostream & | inOutStr, |
const NTV2DeviceInfoList & | inList | ||
) |
Definition at line 464 of file ntv2devicescanner.cpp.
std::ostream& operator<< | ( | std::ostream & | inOutStr, |
const NTV2AudioPhysicalFormatList & | inList | ||
) |
Streams the AudioPhysicalFormatList to an output stream in a human-readable format.
inOutStr | The output stream into which the AudioPhysicalFormatList is to be streamed. | |
[in] | inList | Specifies the AudioPhysicalFormatList to be streamed. |
Definition at line 762 of file ntv2devicescanner.cpp.
|
static |
Definition at line 96 of file ntv2devicescanner.cpp.
|
static |
Definition at line 97 of file ntv2devicescanner.cpp.