MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / captureSetAudioFormat

Function captureSetAudioFormat

Samples/NiViewer/Capture.cpp:436–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void captureSetAudioFormat(int format)
437{
438 captureSetFormat(&g_Capture.nodes[CAPTURE_AUDIO_NODE].captureFormat, format, *getAudioGenerator());
439}
440
441const char* getCodecName(NodeCodec *pNodeCodec, XnCodecID codecID)
442{

Callers

nothing calls this directly

Calls 2

captureSetFormatFunction · 0.85
getAudioGeneratorFunction · 0.85

Tested by

no test coverage detected