Audacity
3.2.0
modules
import-export
mod-ffmpeg
lib-ffmpeg-support
wrappers
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
11
#include "
AVOutputFormatWrapper.h
"
12
13
#include "
FFmpegFunctions.h
"
14
15
AVOutputFormatWrapper::AVOutputFormatWrapper
(
const
AVOutputFormat
* wrapped) noexcept
16
: mAVOutputFormat(wrapped)
17
{
18
}
19
20
const
AVOutputFormat
*
AVOutputFormatWrapper::GetWrappedValue
() const noexcept
21
{
22
return
mAVOutputFormat
;
23
}
AVOutputFormatWrapper.h
FFmpegFunctions.h
AVOutputFormatWrapper::GetWrappedValue
const AVOutputFormat * GetWrappedValue() const noexcept
Definition:
AVOutputFormatWrapper.cpp:20
AVOutputFormatWrapper::mAVOutputFormat
const AVOutputFormat * mAVOutputFormat
Definition:
AVOutputFormatWrapper.h:42
AVOutputFormatWrapper::AVOutputFormatWrapper
AVOutputFormatWrapper(const AVOutputFormatWrapper &)=delete
AVOutputFormat
Definition:
ffmpeg-2.3.6-single-header.h:4236
Generated by
1.9.3