| 
    FFmpegfs Fuse Multi Media Filesystem 2.16
    
   | 
 
Profiles options. More...
#include <ffmpeg_profiles.h>
Public Attributes | |
| const char * | m_key | 
| Key, see av_opt_set() and av_dict_set() FFmpeg API function.  More... | |
| const char * | m_value | 
| Value, see av_opt_set() and av_dict_set() FFmpeg API function.  More... | |
| const int | m_flags | 
| Flags, see av_opt_set() and av_dict_set() FFmpeg API function.  More... | |
| const int | m_options | 
| One of the OPT_* flags.  More... | |
| const int FFmpeg_Profiles::PROFILE_OPTION::m_flags | 
Flags, see av_opt_set() and av_dict_set() FFmpeg API function.
Definition at line 55 of file ffmpeg_profiles.h.
| const char* FFmpeg_Profiles::PROFILE_OPTION::m_key | 
Key, see av_opt_set() and av_dict_set() FFmpeg API function.
Definition at line 53 of file ffmpeg_profiles.h.
| const int FFmpeg_Profiles::PROFILE_OPTION::m_options | 
One of the OPT_* flags.
Definition at line 56 of file ffmpeg_profiles.h.
| const char* FFmpeg_Profiles::PROFILE_OPTION::m_value | 
Value, see av_opt_set() and av_dict_set() FFmpeg API function.
Definition at line 54 of file ffmpeg_profiles.h.