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