Audacity 3.2.0
Classes | Typedefs | Variables
FFmpegFunctions.h File Reference
#include <memory>
#include <vector>
#include <wx/string.h>
#include "AVCodecFunctions.h"
#include "AVFormatFunctions.h"
#include "AVUtilFunctions.h"
#include "AVCodecID.h"
#include "wrappers/AVDictionaryWrapper.h"
#include "wrappers/AVIOContextWrapper.h"
#include "wrappers/AVFormatContextWrapper.h"
#include "wrappers/AVStreamWrapper.h"
#include "wrappers/AVPacketWrapper.h"
#include "wrappers/AVFrameWrapper.h"
#include "wrappers/AVInputFormatWrapper.h"
#include "wrappers/AVOutputFormatWrapper.h"
#include "wrappers/AVCodecWrapper.h"
#include "wrappers/AVCodecContextWrapper.h"
#include "wrappers/AVChannelLayoutWrapper.h"
Include dependency graph for FFmpegFunctions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AVAllocator< T >
 
struct  AVAllocator< T >::rebind< _Tp1 >
 
struct  FFmpegFunctions
 

Typedefs

template<typename T >
using AVDataBuffer = std::vector< T, AVAllocator< T > >
 

Variables

FFMPEG_SUPPORT_API StringSetting AVFormatPath
 

Typedef Documentation

◆ AVDataBuffer

template<typename T >
using AVDataBuffer = std::vector<T, AVAllocator<T> >

Definition at line 79 of file FFmpegFunctions.h.

Variable Documentation

◆ AVFormatPath

FFMPEG_SUPPORT_API StringSetting AVFormatPath
extern

Definition at line 298 of file FFmpegFunctions.cpp.

Referenced by FindFFmpegLibs(), and FFmpegFunctions::GetSearchPaths().