FFmpegfs Fuse Multi Media Filesystem 2.16
Public Attributes | List of all members
FFmpeg_Profiles::PROFILE_OPTION Struct Reference

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...
 

Detailed Description

Profiles options.

<

Definition at line 51 of file ffmpeg_profiles.h.

Member Data Documentation

◆ m_flags

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.

◆ m_key

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.

◆ m_options

const int FFmpeg_Profiles::PROFILE_OPTION::m_options

One of the OPT_* flags.

Definition at line 56 of file ffmpeg_profiles.h.

◆ m_value

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.


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