FFmpeg
|
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... | |
Structure describes basic parameters of the device.
Definition at line 452 of file avdevice.h.
char* AVDeviceInfo::device_name |
device name, format depends on device
Definition at line 453 of file avdevice.h.
Referenced by avdevice_free_list_devices(), ff_alsa_get_device_list(), ff_decklink_list_devices(), ff_decklink_list_devices_legacy(), ff_fbdev_get_device_list(), ff_pulse_audio_get_devices(), pulse_add_detected_device(), and v4l2_get_device_list().
char* AVDeviceInfo::device_description |
human friendly name
Definition at line 454 of file avdevice.h.
Referenced by avdevice_free_list_devices(), ff_alsa_get_device_list(), ff_decklink_list_devices(), ff_fbdev_get_device_list(), pulse_add_detected_device(), and v4l2_get_device_list().