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