#include <AVStreamWrapper.h>
Definition at line 24 of file AVStreamWrapper.h.
◆ AVStreamWrapper() [1/3]
◆ AVStreamWrapper() [2/3]
◆ AVStreamWrapper() [3/3]
◆ ~AVStreamWrapper()
virtual AVStreamWrapper::~AVStreamWrapper |
( |
| ) |
|
|
virtualdefault |
◆ GetAVCodecContext()
◆ GetAVCodecID()
virtual AVCodecIDFwd AVStreamWrapper::GetAVCodecID |
( |
| ) |
const |
|
pure virtualnoexcept |
◆ GetDiscard()
◆ GetDisposition()
virtual int AVStreamWrapper::GetDisposition |
( |
| ) |
const |
|
pure virtualnoexcept |
◆ GetDuration()
virtual int64_t AVStreamWrapper::GetDuration |
( |
| ) |
const |
|
pure virtualnoexcept |
◆ GetFramesCount()
virtual int64_t AVStreamWrapper::GetFramesCount |
( |
| ) |
const |
|
pure virtualnoexcept |
◆ GetId()
virtual int AVStreamWrapper::GetId |
( |
| ) |
const |
|
pure virtualnoexcept |
◆ GetIndex()
virtual int AVStreamWrapper::GetIndex |
( |
| ) |
const |
|
pure virtualnoexcept |
◆ GetMetadata()
◆ GetSampleAspectRatio()
◆ GetStartTime()
virtual int64_t AVStreamWrapper::GetStartTime |
( |
| ) |
const |
|
pure virtualnoexcept |
◆ GetTimeBase()
◆ GetWrappedValue() [1/2]
const AVStream * AVStreamWrapper::GetWrappedValue |
( |
| ) |
const |
|
noexcept |
◆ GetWrappedValue() [2/2]
AVStream * AVStreamWrapper::GetWrappedValue |
( |
| ) |
|
|
noexcept |
◆ IsAudio()
virtual bool AVStreamWrapper::IsAudio |
( |
| ) |
const |
|
pure virtualnoexcept |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ SetDiscard()
virtual void AVStreamWrapper::SetDiscard |
( |
AVDiscardFwd |
discard | ) |
|
|
pure virtualnoexcept |
◆ SetDisposition()
virtual void AVStreamWrapper::SetDisposition |
( |
int |
disposition | ) |
|
|
pure virtualnoexcept |
◆ SetDuration()
virtual void AVStreamWrapper::SetDuration |
( |
int64_t |
duration | ) |
|
|
pure virtualnoexcept |
◆ SetFramesCount()
virtual void AVStreamWrapper::SetFramesCount |
( |
int64_t |
nb_frames | ) |
|
|
pure virtualnoexcept |
◆ SetId()
virtual void AVStreamWrapper::SetId |
( |
int |
id | ) |
|
|
pure virtualnoexcept |
◆ SetMetadata()
◆ SetParametersFromContext()
◆ SetSampleAspectRatio()
virtual void AVStreamWrapper::SetSampleAspectRatio |
( |
AudacityAVRational |
sample_aspect_ratio | ) |
|
|
pure virtualnoexcept |
◆ SetStartTime()
virtual void AVStreamWrapper::SetStartTime |
( |
int64_t |
start_time | ) |
|
|
pure virtualnoexcept |
◆ SetTimeBase()
◆ mAVStream
AVStream* AVStreamWrapper::mAVStream { nullptr } |
|
protected |
◆ mFFmpeg
The documentation for this class was generated from the following files: