![]() |
WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
|
Functions | |
| WSCResult | WSC_LoadImage (int outputId, const char *filePath) |
| Load an image file and submit it to an output. | |
| WSCResult | WSC_LoadImageFromMemory (int outputId, const void *data, int dataSize) |
| Load an image from a memory buffer and submit to an output. | |
Supports PNG, JPEG, BMP, GIF, TIFF via WIC.
| WSCResult WSC_LoadImage | ( | int | outputId, |
| const char * | filePath ) |
Load an image file and submit it to an output.
| outputId | Output ID. |
| filePath | UTF-8 path to image file. |
| WSCResult WSC_LoadImageFromMemory | ( | int | outputId, |
| const void * | data, | ||
| int | dataSize ) |
Load an image from a memory buffer and submit to an output.
| outputId | Output ID. |
| data | Pointer to image file bytes. |
| dataSize | Size in bytes. |