Home
AV module

Device::VideoCapability

A video format supported by the device.

VideoCapability

#include <icy/av/devicemanager.h>
struct VideoCapability

Defined in src/av/include/icy/av/devicemanager.h:56

A video format supported by the device.

List of all members

NameKindOwner
widthvariableDeclared here
heightvariableDeclared here
minFpsvariableDeclared here
maxFpsvariableDeclared here
pixelFormatvariableDeclared here

Public Attributes

ReturnNameDescription
intwidth
intheight
doubleminFps
doublemaxFps
std::stringpixelFormat

width

int width {0}

Defined in src/av/include/icy/av/devicemanager.h:58


height

int height {0}

Defined in src/av/include/icy/av/devicemanager.h:59


minFps

double minFps {0}

Defined in src/av/include/icy/av/devicemanager.h:60


maxFps

double maxFps {0}

Defined in src/av/include/icy/av/devicemanager.h:61


pixelFormat

std::string pixelFormat

Defined in src/av/include/icy/av/devicemanager.h:62