![]() |
WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
|
Functions | |
| WSCVResult | WSCV_SetLoop (int playerId, int loop) |
| Enable or disable looping. | |
| int | WSCV_GetLoop (int playerId) |
| Get current loop state. | |
| WSCVResult WSCV_SetLoop | ( | int | playerId, |
| int | loop ) |
Enable or disable looping.
When enabled (default), the video restarts automatically at the end.
| playerId | Player ID. |
| loop | 1 to enable looping, 0 to disable. |
| int WSCV_GetLoop | ( | int | playerId | ) |
Get current loop state.
| playerId | Player ID. |