Avionics
Dropship Simulator
Devices::WebcamConfig Class Reference

#include <Webcam.h>

Collaboration diagram for Devices::WebcamConfig:
[legend]

Public Attributes

bool enabled = false
 
std::wstring videoDevice
 
std::wstring audioDevice
 
UINT width = 640
 
UINT height = 480
 
UINT frequency = 44100
 
UINT channels = 1
 
UINT numerator = 24
 
UINT denominator = 1
 

Detailed Description

Definition at line 17 of file Webcam.h.

Member Data Documentation

◆ audioDevice

std::wstring Devices::WebcamConfig::audioDevice

Definition at line 22 of file Webcam.h.

◆ channels

UINT Devices::WebcamConfig::channels = 1

Definition at line 27 of file Webcam.h.

◆ denominator

UINT Devices::WebcamConfig::denominator = 1

Definition at line 29 of file Webcam.h.

◆ enabled

bool Devices::WebcamConfig::enabled = false

Definition at line 20 of file Webcam.h.

◆ frequency

UINT Devices::WebcamConfig::frequency = 44100

Definition at line 26 of file Webcam.h.

◆ height

UINT Devices::WebcamConfig::height = 480

Definition at line 25 of file Webcam.h.

◆ numerator

UINT Devices::WebcamConfig::numerator = 24

Definition at line 28 of file Webcam.h.

◆ videoDevice

std::wstring Devices::WebcamConfig::videoDevice

Definition at line 21 of file Webcam.h.

◆ width

UINT Devices::WebcamConfig::width = 640

Definition at line 24 of file Webcam.h.


The documentation for this class was generated from the following file: