Audacity
3.2.0
AVFormatContextWrapper Member List
This is the complete list of members for
AVFormatContextWrapper
, including all inherited members.
AVFormatContextWrapper
(const AVFormatContextWrapper &)=delete
AVFormatContextWrapper
AVFormatContextWrapper
(AVFormatContextWrapper &&)=delete
AVFormatContextWrapper
AVFormatContextWrapper
(const FFmpegFunctions &ffmpeg) noexcept
AVFormatContextWrapper
explicit
CreateStream
()
AVFormatContextWrapper
GetAudioCodec
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetAudioCodecId
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetAudioPreload
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetAVIOContext
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetAvioFlags
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetAvoidNegativeTs
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetBitRate
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetCorrectTsOverflow
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetCtxFlags
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetDuration
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetErrorRecognition
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetFilename
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetFlags
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetFlushPackets
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetFormatProbeSize
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetFpsProbeSize
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetIFormat
() const noexcept=0
AVFormatContextWrapper
protected
pure virtual
GetInputFormat
() const noexcept
AVFormatContextWrapper
GetMaxAnalyzeDuration
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetMaxChunkDuration
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetMaxChunkSize
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetMaxDelay
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetMaxIndexSize
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetMaxInterleaveDelta
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetMetadata
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetOFormat
() const noexcept=0
AVFormatContextWrapper
protected
pure virtual
GetOpaque
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetOutputFormat
() const noexcept
AVFormatContextWrapper
GetOutputTsOffset
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetPacketSize
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetProbeScore
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetProbeSize
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetSeek2any
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetSkipInitialBytes
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetStartTime
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetStartTimeRealtime
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetStream
(int index) const noexcept
AVFormatContextWrapper
virtual
GetStreams
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetStreamsCount
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetStrictStdCompliance
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetUseWallclockAsTimestamps
() const noexcept=0
AVFormatContextWrapper
pure virtual
GetWrappedValue
() noexcept
AVFormatContextWrapper
GetWrappedValue
() const noexcept
AVFormatContextWrapper
mAVFormatContext
AVFormatContextWrapper
protected
mAVIOContext
AVFormatContextWrapper
protected
mFFmpeg
AVFormatContextWrapper
protected
mForcedAudioCodec
AVFormatContextWrapper
protected
mInputFormat
AVFormatContextWrapper
protected
mOutputFormat
AVFormatContextWrapper
protected
mStreams
AVFormatContextWrapper
protected
OpenInputContext
(const wxString &path, const AVInputFormatWrapper *inputFormat, AVDictionaryWrapper options)
AVFormatContextWrapper
OpenOutputContext
(const wxString &path)
AVFormatContextWrapper
operator=
(AVFormatContextWrapper &)=delete
AVFormatContextWrapper
operator=
(AVFormatContextWrapper &&)=delete
AVFormatContextWrapper
ReadNextPacket
()
AVFormatContextWrapper
SetAudioCodec
(std::unique_ptr< AVCodecWrapper > audio_codec) noexcept=0
AVFormatContextWrapper
pure virtual
SetAudioCodecId
(AVCodecIDFwd audio_codec_id) noexcept=0
AVFormatContextWrapper
pure virtual
SetAudioPreload
(int audio_preload) noexcept=0
AVFormatContextWrapper
pure virtual
SetAVIOContext
(std::unique_ptr< AVIOContextWrapper > pb) noexcept=0
AVFormatContextWrapper
pure virtual
SetAvioFlags
(int avio_flags) noexcept=0
AVFormatContextWrapper
pure virtual
SetAvoidNegativeTs
(int avoid_negative_ts) noexcept=0
AVFormatContextWrapper
pure virtual
SetBitRate
(int bit_rate) noexcept=0
AVFormatContextWrapper
pure virtual
SetCorrectTsOverflow
(unsigned int correct_ts_overflow) noexcept=0
AVFormatContextWrapper
pure virtual
SetErrorRecognition
(int error_recognition) noexcept=0
AVFormatContextWrapper
pure virtual
SetFilename
(const char *filename) noexcept=0
AVFormatContextWrapper
pure virtual
SetFlags
(int flags) noexcept=0
AVFormatContextWrapper
pure virtual
SetFlushPackets
(int flush_packets) noexcept=0
AVFormatContextWrapper
pure virtual
SetFormatProbeSize
(int format_probesize) noexcept=0
AVFormatContextWrapper
pure virtual
SetFpsProbeSize
(int fps_probe_size) noexcept=0
AVFormatContextWrapper
pure virtual
SetMaxAnalyzeDuration
(int max_analyze_duration) noexcept=0
AVFormatContextWrapper
pure virtual
SetMaxChunkDuration
(int max_chunk_duration) noexcept=0
AVFormatContextWrapper
pure virtual
SetMaxChunkSize
(int max_chunk_size) noexcept=0
AVFormatContextWrapper
pure virtual
SetMaxDelay
(int max_delay) noexcept=0
AVFormatContextWrapper
pure virtual
SetMaxIndexSize
(unsigned int max_index_size) noexcept=0
AVFormatContextWrapper
pure virtual
SetMaxInterleaveDelta
(int64_t max_interleave_delta) noexcept=0
AVFormatContextWrapper
pure virtual
SetMetadata
(AVDictionaryWrapper metadata) noexcept=0
AVFormatContextWrapper
pure virtual
SetOpaque
(void *opaque) noexcept=0
AVFormatContextWrapper
pure virtual
SetOutputFormat
(std::unique_ptr< AVOutputFormatWrapper > oformat) noexcept=0
AVFormatContextWrapper
pure virtual
SetOutputTsOffset
(int64_t output_ts_offset) noexcept=0
AVFormatContextWrapper
pure virtual
SetPacketSize
(unsigned int packet_size) noexcept=0
AVFormatContextWrapper
pure virtual
SetProbeSize
(unsigned int probesize) noexcept=0
AVFormatContextWrapper
pure virtual
SetSeek2any
(int seek2any) noexcept=0
AVFormatContextWrapper
pure virtual
SetSkipInitialBytes
(int64_t skip_initial_bytes) noexcept=0
AVFormatContextWrapper
pure virtual
SetStartTimeRealtime
(int64_t start_time_realtime) noexcept=0
AVFormatContextWrapper
pure virtual
SetStrictStdCompliance
(int strict_std_compliance) noexcept=0
AVFormatContextWrapper
pure virtual
SetUseWallclockAsTimestamps
(int use_wallclock_as_timestamps) noexcept=0
AVFormatContextWrapper
pure virtual
StreamsList
typedef
AVFormatContextWrapper
UpdateStreamList
() noexcept=0
AVFormatContextWrapper
protected
pure virtual
~AVFormatContextWrapper
()
AVFormatContextWrapper
virtual
Generated by
1.9.3