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