FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVDeviceInfoList Struct Reference

List of devices. More...

#include <avdevice.h>

Data Fields

AVDeviceInfo ** devices
 list of autodetected devices
 
int nb_devices
 number of autodetected devices
 
int default_device
 index of default device or -1 if no default
 

Detailed Description

List of devices.

Definition at line 205 of file avdevice.h.

Field Documentation

AVDeviceInfo** AVDeviceInfoList::devices

list of autodetected devices

Definition at line 206 of file avdevice.h.

Referenced by avdevice_free_list_devices().

int AVDeviceInfoList::nb_devices

number of autodetected devices

Definition at line 207 of file avdevice.h.

Referenced by avdevice_free_list_devices().

int AVDeviceInfoList::default_device

index of default device or -1 if no default

Definition at line 208 of file avdevice.h.


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