| 429 | } |
| 430 | |
| 431 | void captureSetIRFormat(int format) |
| 432 | { |
| 433 | captureSetFormat(&g_Capture.nodes[CAPTURE_IR_NODE].captureFormat, format, *getIRGenerator()); |
| 434 | } |
| 435 | |
| 436 | void captureSetAudioFormat(int format) |
| 437 | { |
nothing calls this directly
no test coverage detected