AV module
Device::VideoCapability
A video format supported by the device.
VideoCapability
#include <icy/av/devicemanager.h>struct VideoCapabilityDefined in src/av/include/icy/av/devicemanager.h:56
A video format supported by the device.
List of all members
| Name | Kind | Owner |
|---|---|---|
width | variable | Declared here |
height | variable | Declared here |
minFps | variable | Declared here |
maxFps | variable | Declared here |
pixelFormat | variable | Declared here |
Public Attributes
| Return | Name | Description |
|---|---|---|
int | width | |
int | height | |
double | minFps | |
double | maxFps | |
std::string | pixelFormat |
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