![]() |
WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
|
Data Structures | |
| struct | WSCRecordParams |
| Recording parameters. More... | |
Functions | |
| WSCResult | WSC_StartRecording (int outputId, const char *filePath, const WSCRecordParams *params) |
| Start recording the output to an MP4 file. | |
| WSCResult | WSC_StopRecording (int outputId) |
| Stop recording. | |
| int | WSC_IsRecording (int outputId) |
| Check if an output is currently recording. | |
H.264 to MP4 via Media Foundation. Uses HW encoder (NVENC/QSV/AMF) when available.
| WSCResult WSC_StartRecording | ( | int | outputId, |
| const char * | filePath, | ||
| const WSCRecordParams * | params ) |
Start recording the output to an MP4 file.
| outputId | Output ID. |
| filePath | UTF-8 path for the output .mp4 file. |
| params | Recording parameters, or NULL for defaults. |
| WSCResult WSC_StopRecording | ( | int | outputId | ) |
Stop recording.
| outputId | Output ID. |
| int WSC_IsRecording | ( | int | outputId | ) |
Check if an output is currently recording.
| outputId | Output ID. |