Audacity 3.2.0
|
This is the complete list of members for AVStreamWrapper, including all inherited members.
AVStreamWrapper(const AVStreamWrapper &)=delete | AVStreamWrapper | |
AVStreamWrapper(AVStreamWrapper &&)=delete | AVStreamWrapper | |
AVStreamWrapper(const FFmpegFunctions &ffmpeg, AVStream *wrapped) noexcept | AVStreamWrapper | |
GetAVCodecContext() const noexcept=0 | AVStreamWrapper | pure virtual |
GetAVCodecID() const noexcept=0 | AVStreamWrapper | pure virtual |
GetDiscard() const noexcept=0 | AVStreamWrapper | pure virtual |
GetDisposition() const noexcept=0 | AVStreamWrapper | pure virtual |
GetDuration() const noexcept=0 | AVStreamWrapper | pure virtual |
GetFramesCount() const noexcept=0 | AVStreamWrapper | pure virtual |
GetId() const noexcept=0 | AVStreamWrapper | pure virtual |
GetIndex() const noexcept=0 | AVStreamWrapper | pure virtual |
GetMetadata() const noexcept=0 | AVStreamWrapper | pure virtual |
GetSampleAspectRatio() const noexcept=0 | AVStreamWrapper | pure virtual |
GetStartTime() const noexcept=0 | AVStreamWrapper | pure virtual |
GetTimeBase() const noexcept=0 | AVStreamWrapper | pure virtual |
GetWrappedValue() noexcept | AVStreamWrapper | |
GetWrappedValue() const noexcept | AVStreamWrapper | |
IsAudio() const noexcept=0 | AVStreamWrapper | pure virtual |
mAVStream | AVStreamWrapper | protected |
mFFmpeg | AVStreamWrapper | protected |
operator=(AVStreamWrapper &)=delete | AVStreamWrapper | |
operator=(AVStreamWrapper &&)=delete | AVStreamWrapper | |
SetDiscard(AVDiscardFwd discard) noexcept=0 | AVStreamWrapper | pure virtual |
SetDisposition(int disposition) noexcept=0 | AVStreamWrapper | pure virtual |
SetDuration(int64_t duration) noexcept=0 | AVStreamWrapper | pure virtual |
SetFramesCount(int64_t nb_frames) noexcept=0 | AVStreamWrapper | pure virtual |
SetId(int id) noexcept=0 | AVStreamWrapper | pure virtual |
SetMetadata(AVDictionaryWrapper metadata) noexcept=0 | AVStreamWrapper | pure virtual |
SetParametersFromContext(AVCodecContextWrapper &context) noexcept=0 | AVStreamWrapper | pure virtual |
SetSampleAspectRatio(AudacityAVRational sample_aspect_ratio) noexcept=0 | AVStreamWrapper | pure virtual |
SetStartTime(int64_t start_time) noexcept=0 | AVStreamWrapper | pure virtual |
SetTimeBase(AudacityAVRational time_base) noexcept=0 | AVStreamWrapper | pure virtual |
~AVStreamWrapper()=default | AVStreamWrapper | virtual |