WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
Loading...
Searching...
No Matches
Result Codes

Enumerations

enum  WSCVResult {
  WSCV_OK = 0 , WSCV_ERROR_NOT_INIT = -100 , WSCV_ERROR_INVALID_PARAM = -101 , WSCV_ERROR_VLC_FAIL = -102 ,
  WSCV_ERROR_INVALID_ID = -103 , WSCV_ERROR_NOT_ACTIVE = -104 , WSCV_ERROR_ALLOC_FAIL = -105 , WSCV_ERROR_MF_FAIL = -106
}
 Result codes returned by WSCLibVideo functions. More...

Detailed Description

Error codes start at -100 to avoid collision with WSCLib.

Enumeration Type Documentation

◆ WSCVResult

enum WSCVResult

Result codes returned by WSCLibVideo functions.

Enumerator
WSCV_OK 

Success.

WSCV_ERROR_NOT_INIT 

Engine not initialized.

WSCV_ERROR_INVALID_PARAM 

Invalid parameter.

WSCV_ERROR_VLC_FAIL 

VLC operation failed.

WSCV_ERROR_INVALID_ID 

Invalid player ID.

WSCV_ERROR_NOT_ACTIVE 

Player not active.

WSCV_ERROR_ALLOC_FAIL 

Memory allocation failed.

WSCV_ERROR_MF_FAIL 

Media Foundation operation failed.