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

Enumerations

enum  WSCIDeviceType { WSCI_DEVICE_VIDEO = 1 , WSCI_DEVICE_AUDIO = 2 }
 Device type flags. More...
enum  WSCICaptureState { WSCI_STATE_IDLE = 0 , WSCI_STATE_RUNNING = 1 , WSCI_STATE_STOPPED = 2 , WSCI_STATE_ERROR = 3 }
 Capture state. More...

Detailed Description

Enumeration Type Documentation

◆ WSCIDeviceType

Device type flags.

Enumerator
WSCI_DEVICE_VIDEO 

Video capture device.

WSCI_DEVICE_AUDIO 

Audio capture device.

◆ WSCICaptureState

Capture state.

Enumerator
WSCI_STATE_IDLE 

Not capturing.

WSCI_STATE_RUNNING 

Capture active.

WSCI_STATE_STOPPED 

Capture stopped.

WSCI_STATE_ERROR 

Error occurred during capture.