Audacity 3.2.0
AVFormatFunctionsLoader.h
Go to the documentation of this file.
1/**********************************************************************
2
3 Audacity: A Digital Audio Editor
4
5 AVFormatFunctionsLoader.h
6
7 Dmitry Vedenko
8
9**********************************************************************/
10
11#pragma once
12
13class wxDynamicLibrary;
15
17 const wxDynamicLibrary& lib, AVFormatFunctions& functions);
bool LoadAVFormatFunctions(const wxDynamicLibrary &lib, AVFormatFunctions &functions)