![]() |
WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
|
Functions | |
| WSCWResult | WSCW_AttachOutput (int browserId, int outputId) |
| Attach a WSCLib output to this browser. | |
| WSCWResult | WSCW_DetachOutput (int browserId, int outputId) |
| Detach a WSCLib output from this browser. | |
| WSCWResult WSCW_AttachOutput | ( | int | browserId, |
| int | outputId ) |
Attach a WSCLib output to this browser.
Each rendered frame will be automatically submitted to the output. Multiple outputs can be attached to one browser.
| browserId | Browser ID. |
| outputId | WSCLib output ID from WSC_CreateOutput() / WSC_CreateOutputFromNative(). |
| WSCWResult WSCW_DetachOutput | ( | int | browserId, |
| int | outputId ) |
Detach a WSCLib output from this browser.
| browserId | Browser ID. |
| outputId | WSCLib output ID. |