avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
|
This is the complete list of members for av::SampleFormat, including all inherited members.
AlignDefault enum value | av::SampleFormat | |
Alignment enum name | av::SampleFormat | |
AlignNone enum value | av::SampleFormat | |
alternativeSampleFormat(bool isPlanar) const noexcept | av::SampleFormat | |
bitsPerSample(OptionalErrorCode ec=throws()) const | av::SampleFormat | |
bytesPerSample(OptionalErrorCode ec=throws()) const | av::SampleFormat | |
fillArrays(uint8_t **audioData, int *linesize, const uint8_t *buf, int nbChannels, int nbSamples, SampleFormat fmt, int align, OptionalErrorCode ec=throws()) | av::SampleFormat | static |
get() const noexcept | PixSampleFmtWrapper< SampleFormat, AVSampleFormat > | inline |
isPlanar() const noexcept | av::SampleFormat | |
m_fmt | PixSampleFmtWrapper< SampleFormat, AVSampleFormat > | protected |
name(OptionalErrorCode ec=throws()) const | av::SampleFormat | |
operator AVSampleFormat() const noexcept | PixSampleFmtWrapper< SampleFormat, AVSampleFormat > | inline |
operator AVSampleFormat &() noexcept | PixSampleFmtWrapper< SampleFormat, AVSampleFormat > | inline |
operator=(AVSampleFormat fmt) noexcept | PixSampleFmtWrapper< SampleFormat, AVSampleFormat > | inline |
packedSampleFormat() const noexcept | av::SampleFormat | |
Parent typedef | av::SampleFormat | |
PixSampleFmtWrapper()=default | PixSampleFmtWrapper< SampleFormat, AVSampleFormat > | |
PixSampleFmtWrapper(AVSampleFormat fmt) noexcept | PixSampleFmtWrapper< SampleFormat, AVSampleFormat > | inline |
planarSampleFormat() const noexcept | av::SampleFormat | |
requiredBufferSize(int nbChannels, int nbSamples, int align, OptionalErrorCode ec=throws()) const | av::SampleFormat | |
requiredBufferSize(int nbChannels, int nbSamples, int align, int &lineSize, OptionalErrorCode ec=throws()) const | av::SampleFormat | |
requiredBufferSize(SampleFormat fmt, int nbChannels, int nbSamples, int align, OptionalErrorCode ec=throws()) | av::SampleFormat | static |
requiredBufferSize(SampleFormat fmt, int nbChannels, int nbSamples, int align, int &lineSize, OptionalErrorCode ec=throws()) | av::SampleFormat | static |
SampleFormat()=default | av::SampleFormat | |
SampleFormat(const char *name) noexcept | av::SampleFormat | explicit |
SampleFormat(const std::string &name) noexcept | av::SampleFormat | explicit |
set(AVSampleFormat fmt) noexcept | PixSampleFmtWrapper< SampleFormat, AVSampleFormat > | inline |
setSilence(uint8_t **audioData, int offset, int nbSamples, int nbChannels, SampleFormat fmt) | av::SampleFormat | static |