FFmpeg
Data Fields
AVDeviceInfo Struct Reference

Structure describes basic parameters of the device. More...

#include <avdevice.h>

Data Fields

char * device_name
 device name, format depends on device More...
 
char * device_description
 human friendly name More...
 
enum AVMediaTypemedia_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...
 

Detailed Description

Structure describes basic parameters of the device.

Definition at line 457 of file avdevice.h.

Field Documentation

◆ device_name

char* AVDeviceInfo::device_name

◆ device_description

char* AVDeviceInfo::device_description

◆ media_types

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 460 of file avdevice.h.

Referenced by avdevice_free_list_devices().

◆ nb_media_types

int AVDeviceInfo::nb_media_types

length of media_types array, 0 if device cannot provide any media types

Definition at line 461 of file avdevice.h.


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