overwolf.streaming.getStreamEncoders
Overwolf APIs / overwolf / overwolf / streaming / getStreamEncoders
function getStreamEncoders(
callback: CallbackFunction<GetStreamEncodersResult>,
): void;
Returns an array of supported streaming encoders, with extra metadata for each one.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<GetStreamEncodersResult> | A callback function to call with the array of encoders and their metadata. |
Returns
void