Audacity 3.2.0
|
#include <FFmpegTypes.h>
Public Member Functions | |
unsigned | GetIntVersion () const noexcept |
Public Attributes | |
unsigned | Major { 0 } |
unsigned | Minor { 0 } |
unsigned | Micro { 0 } |
Definition at line 167 of file FFmpegTypes.h.
|
inlinenoexcept |
Definition at line 173 of file FFmpegTypes.h.
References AV_VERSION_INT, Major, Micro, and Minor.
unsigned FFMPegVersion::Major { 0 } |
Definition at line 169 of file FFmpegTypes.h.
Referenced by GetAVVersion(), GetIntVersion(), and FFmpegFunctions::Private::Load().
unsigned FFMPegVersion::Micro { 0 } |
Definition at line 171 of file FFmpegTypes.h.
Referenced by GetAVVersion(), and GetIntVersion().
unsigned FFMPegVersion::Minor { 0 } |
Definition at line 170 of file FFmpegTypes.h.
Referenced by GetAVVersion(), and GetIntVersion().