![]() |
WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
|
Functions | |
| WSCVResult | WSCV_Play (int playerId) |
| Start or resume playback. | |
| WSCVResult | WSCV_Pause (int playerId) |
| Pause playback. | |
| WSCVResult | WSCV_Stop (int playerId) |
| Stop playback. | |
| WSCVState | WSCV_GetState (int playerId) |
| Get current playback state. | |
| WSCVResult WSCV_Play | ( | int | playerId | ) |
Start or resume playback.
| playerId | Player ID. |
| WSCVResult WSCV_Pause | ( | int | playerId | ) |
Pause playback.
| playerId | Player ID. |
| WSCVResult WSCV_Stop | ( | int | playerId | ) |
Stop playback.
| playerId | Player ID. |