|
FFmpeg
4.0
|
#include <fftools/ffmpeg.h>
Data Fields | |
| char * | name |
| enum AVHWDeviceType | type |
| AVBufferRef * | device_ref |
| char* HWDevice::name |
Definition at line 75 of file ffmpeg.h.
Referenced by hw_device_init_from_string(), hw_device_init_from_type(), and hw_device_setup_for_decode().
| enum AVHWDeviceType HWDevice::type |
Definition at line 76 of file ffmpeg.h.
Referenced by hw_device_init_from_string(), hw_device_init_from_type(), and hw_device_setup_for_decode().
| AVBufferRef* HWDevice::device_ref |
Definition at line 77 of file ffmpeg.h.
Referenced by configure_filtergraph(), hw_device_init_from_string(), hw_device_init_from_type(), hw_device_setup_for_decode(), hw_device_setup_for_encode(), and opt_sdp_file().
1.8.13