![]() |
WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
|
Functions | |
| int | WSCV_CreatePlayer (const char *filePath) |
| Create a VLC player from a file path. | |
| int | WSCV_CreatePlayerFromUrl (const char *url) |
| Create a VLC player from a URL. | |
| WSCVResult | WSCV_DestroyPlayer (int playerId) |
| Destroy a player and free resources. | |
| int WSCV_CreatePlayer | ( | const char * | filePath | ) |
Create a VLC player from a file path.
| filePath | UTF-8 file path. |
| int WSCV_CreatePlayerFromUrl | ( | const char * | url | ) |
Create a VLC player from a URL.
| url | Stream URL (rtsp://, http://, udp://, etc.). |
| WSCVResult WSCV_DestroyPlayer | ( | int | playerId | ) |
Destroy a player and free resources.
| playerId | Player ID. |