![]() |
WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
|
Functions | |
| WSCResult | WSC_SetOutputZOrder (int outputId, int zOrder) |
| Set z-order for an output. Higher values are on top. | |
| int | WSC_GetOutputZOrder (int outputId) |
| Get current z-order of an output. | |
Window stacking for WSC_CreateOutput() child windows.
| WSCResult WSC_SetOutputZOrder | ( | int | outputId, |
| int | zOrder ) |
Set z-order for an output. Higher values are on top.
| outputId | Output ID. |
| zOrder | Z-order value (default 0). |
| int WSC_GetOutputZOrder | ( | int | outputId | ) |
Get current z-order of an output.
| outputId | Output ID. |