![]() |
WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
|
Functions | |
| WSCIResult | WSCI_StartCapture (int captureId) |
| Start capturing frames. | |
| WSCIResult | WSCI_StopCapture (int captureId) |
| Stop capturing. | |
| WSCICaptureState | WSCI_GetCaptureState (int captureId) |
| Get capture state. | |
| WSCIResult | WSCI_GetCaptureInfo (int captureId, int *width, int *height, int *fps) |
| Get actual capture resolution (available after StartCapture). | |
| WSCIResult WSCI_StartCapture | ( | int | captureId | ) |
Start capturing frames.
| captureId | Capture ID. |
| WSCIResult WSCI_StopCapture | ( | int | captureId | ) |
Stop capturing.
| captureId | Capture ID. |
| WSCICaptureState WSCI_GetCaptureState | ( | int | captureId | ) |
| WSCIResult WSCI_GetCaptureInfo | ( | int | captureId, |
| int * | width, | ||
| int * | height, | ||
| int * | fps ) |
Get actual capture resolution (available after StartCapture).
| captureId | Capture ID. | |
| [out] | width | Actual width. |
| [out] | height | Actual height. |
| [out] | fps | Actual frame rate. |