![]() |
WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
|
Functions | |
| int | WSCI_CreateCapture (int videoDeviceIndex, const WSCICaptureFormat *format) |
| Create a video capture from a device index. | |
| WSCIResult | WSCI_DestroyCapture (int captureId) |
| Destroy a capture and free resources. | |
| int WSCI_CreateCapture | ( | int | videoDeviceIndex, |
| const WSCICaptureFormat * | format ) |
Create a video capture from a device index.
| videoDeviceIndex | Index from WSCI_EnumVideoDevices(). |
| format | Requested format, or NULL for device defaults. |
| WSCIResult WSCI_DestroyCapture | ( | int | captureId | ) |
Destroy a capture and free resources.
| captureId | Capture ID. |