EHS
|
This is the complete list of members for ehs::Audio, including all inherited members.
AddCodec(AudioCodec codec) | ehs::Audio | static |
AddType(const Char_8 *id) | ehs::BaseObj | protected |
Audio() | ehs::Audio | |
Audio(const Str_8 &filePath) | ehs::Audio | |
Audio(const Str_8 &filePath, DataType type) | ehs::Audio | |
Audio(Str_8 id, UInt_64 sampleRate, DataType dataType, UInt_8 channels, UInt_64 frames, const Byte *data) | ehs::Audio | |
Audio(Str_8 id, UInt_64 sampleRate, DataType dataType, UInt_8 channels, const Serializer< UInt_64 > &data) | ehs::Audio | |
Audio(Str_8 id, UInt_64 sampleRate, DataType dataType, UInt_8 channels, const Vector< Byte > &data) | ehs::Audio | |
Audio(Str_8 id, UInt_64 sampleRate, DataType dataType, UInt_8 channels, const Array< Byte > &data) | ehs::Audio | |
Audio(Str_8 id, UInt_64 sampleRate, DataType dataType, UInt_8 channels, UInt_64 frames) | ehs::Audio | |
Audio(Audio &&audio) noexcept | ehs::Audio | |
Audio(const Audio &audio) | ehs::Audio | |
BaseObj() | ehs::BaseObj | |
BaseObj(BaseObj &&base) noexcept | ehs::BaseObj | |
BaseObj(const BaseObj &base) | ehs::BaseObj | |
Clone() const override | ehs::Resource | virtual |
Export(const Str_8 &filePath) const | ehs::Audio | |
FrameAsFive_One(UInt_64 frameIndex) const | ehs::Audio | |
FrameAsMono(UInt_64 frameIndex) const | ehs::Audio | |
FrameAsSeven_One(UInt_64 frameIndex) const | ehs::Audio | |
FrameAsStereo(UInt_64 frameIndex) const | ehs::Audio | |
GetAsChannels(UInt_8 newChannels) const | ehs::Audio | |
GetAsDataType(DataType newDataType) const | ehs::Audio | |
GetBitDepth() const | ehs::Audio | |
GetByteDepth() const | ehs::Audio | |
GetChannels() const | ehs::Audio | |
GetCodec(UInt_64 hashExt) | ehs::Audio | static |
GetCodec(const Str_8 &ext) | ehs::Audio | static |
GetDataType() const | ehs::Audio | |
GetFrame(UInt_64 frameIndex) const | ehs::Audio | |
GetFrameCount() const | ehs::Audio | |
GetFrameSize() const | ehs::Audio | |
GetHashId() const | ehs::Resource | |
GetHierarchy() const | ehs::BaseObj | |
GetHierarchySize() const | ehs::BaseObj | |
GetId() const | ehs::Resource | |
GetLength() const | ehs::Audio | |
GetPeak() const | ehs::Audio | |
GetSampleCount() const | ehs::Audio | |
GetSampleRate() const | ehs::Audio | |
GetSize() const | ehs::Audio | |
GetType() const | ehs::BaseObj | |
GetTypeHashId() const | ehs::BaseObj | |
GetTypeId() const | ehs::BaseObj | |
GetTypeIdSize() const | ehs::BaseObj | |
HasCodec(UInt_64 hashExt) | ehs::Audio | static |
HasCodec(const Str_8 &ext) | ehs::Audio | static |
HasType(UInt_64 typeHashId) const | ehs::BaseObj | |
HasType(const Char_8 *typeId) const | ehs::BaseObj | |
IsValid() const | ehs::Resource | virtual |
operator Byte *() | ehs::Audio | |
operator const Byte *() const | ehs::Audio | |
operator!=(ehs::UInt_64 otherHashId) const | ehs::Resource | |
ehs::BaseObj::operator!=(const BaseObj &base) const | ehs::BaseObj | |
operator=(Audio &&audio) noexcept | ehs::Audio | |
operator=(const Audio &audio) | ehs::Audio | |
ehs::Resource::operator=(Resource &&rsrc) noexcept | ehs::Resource | |
ehs::Resource::operator=(const Resource &rsrc) | ehs::Resource | |
ehs::BaseObj::operator=(BaseObj &&base) noexcept | ehs::BaseObj | |
ehs::BaseObj::operator=(const BaseObj &base) | ehs::BaseObj | |
operator==(ehs::UInt_64 otherHashId) const | ehs::Resource | |
ehs::BaseObj::operator==(const BaseObj &base) const | ehs::BaseObj | |
PeakAsFloat() const | ehs::Audio | |
PeakAsSInt_16() const | ehs::Audio | |
PeakAsSInt_32() const | ehs::Audio | |
PeakAsSInt_64() const | ehs::Audio | |
PeakAsSInt_8() const | ehs::Audio | |
Release() override | ehs::Audio | virtual |
Resource() | ehs::Resource | |
Resource(ehs::Str_8 id) | ehs::Resource | |
Resource(Resource &&rsrc) noexcept | ehs::Resource | |
Resource(const Resource &rsrc) | ehs::Resource | |
SampleAsFloat(UInt_64 sampleIndex) const | ehs::Audio | |
SampleAsSInt_16(UInt_64 sampleIndex) const | ehs::Audio | |
SampleAsSInt_32(UInt_64 sampleIndex) const | ehs::Audio | |
SampleAsSInt_64(UInt_64 sampleIndex) const | ehs::Audio | |
SampleAsSInt_8(UInt_64 sampleIndex) const | ehs::Audio | |
SetId(ehs::Str_8 newId) | ehs::Resource | |
SetPeak(UInt_64 size, const Byte *newPeak) | ehs::Audio | |
ToChannels(UInt_8 newChannels) | ehs::Audio | |
ToDataType(DataType newDataType) | ehs::Audio | |
~Audio() override | ehs::Audio | |
~BaseObj() | ehs::BaseObj | virtual |