Audacity 3.2.0
AVInputFormatWrapper.cpp
Go to the documentation of this file.
1/**********************************************************************
2
3 Audacity: A Digital Audio Editor
4
5 AVInputFormatWrapper.cpp
6
7 Dmitry Vedenko
8
9**********************************************************************/
10
12
13#include "FFmpegFunctions.h"
14
16 : mAVInputFormat(wrapped)
17{
18}
19
21{
22 return mAVInputFormat;
23}
24
26{
27 return mAVInputFormat;
28}
AVInputFormatWrapper(const AVInputFormatWrapper &)=delete
AVInputFormat * GetWrappedValue() noexcept
AVInputFormat * mAVInputFormat