Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
FFMPegVersion Struct Referencefinal

#include <FFmpegTypes.h>

Public Member Functions

unsigned GetIntVersion () const noexcept
 

Public Attributes

unsigned Major { 0 }
 
unsigned Minor { 0 }
 
unsigned Micro { 0 }
 

Detailed Description

Definition at line 167 of file FFmpegTypes.h.

Member Function Documentation

◆ GetIntVersion()

unsigned FFMPegVersion::GetIntVersion ( ) const
inlinenoexcept

Definition at line 173 of file FFmpegTypes.h.

174 {
176 }
#define AV_VERSION_INT(a, b, c)
Definition: FFmpegTypes.h:77
unsigned Major
Definition: FFmpegTypes.h:169
unsigned Micro
Definition: FFmpegTypes.h:171
unsigned Minor
Definition: FFmpegTypes.h:170

References AV_VERSION_INT, Major, Micro, and Minor.

Member Data Documentation

◆ Major

unsigned FFMPegVersion::Major { 0 }

Definition at line 169 of file FFmpegTypes.h.

Referenced by GetAVVersion(), GetIntVersion(), and FFmpegFunctions::Private::Load().

◆ Micro

unsigned FFMPegVersion::Micro { 0 }

Definition at line 171 of file FFmpegTypes.h.

Referenced by GetAVVersion(), and GetIntVersion().

◆ Minor

unsigned FFMPegVersion::Minor { 0 }

Definition at line 170 of file FFmpegTypes.h.

Referenced by GetAVVersion(), and GetIntVersion().


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