FFmpeg 5.1.6
|
Structure describes basic parameters of the device. More...
#include <libavdevice/avdevice.h>
Data Fields | |
char * | device_name |
device name, format depends on device More... | |
char * | device_description |
human friendly name More... | |
enum AVMediaType * | media_types |
array indicating what media types(s), if any, a device can provide. More... | |
int | nb_media_types |
length of media_types array, 0 if device cannot provide any media types More... | |
Structure describes basic parameters of the device.
Definition at line 463 of file avdevice.h.
char* AVDeviceInfo::device_name |
device name, format depends on device
Definition at line 464 of file avdevice.h.
char* AVDeviceInfo::device_description |
human friendly name
Definition at line 465 of file avdevice.h.
enum AVMediaType* AVDeviceInfo::media_types |
array indicating what media types(s), if any, a device can provide.
If null, cannot provide any
Definition at line 466 of file avdevice.h.
int AVDeviceInfo::nb_media_types |
length of media_types array, 0 if device cannot provide any media types
Definition at line 467 of file avdevice.h.