|
Polyphase Game Engine
|
This is the complete list of members for SoundWave, including all inherited members.
| As() const | Object | inline |
| Asset() | Asset | |
| ClassRuntimeName() | Object | inlinestatic |
| Copy(Asset *srcAsset) | Asset | virtual |
| Create() override | SoundWave | virtual |
| DECLARE_ASSET(SoundWave, Asset) | SoundWave | |
| DECLARE_FACTORY(Asset, Asset) | Asset | |
| DECLARE_FACTORY_MANAGER(Asset) | Asset | |
| DECLARE_OBJECT(Asset, Object) | Asset | |
| DecrementRefCount() | Asset | |
| Destroy() override | SoundWave | virtual |
| DrawCustomProperty(Property &prop) | Object | inlinevirtual |
| EnsureUuid() | Asset | |
| Equals(const Object *rhs) const | Object | inlinevirtual |
| GatherProperties(std::vector< Property > &outProps) override | SoundWave | virtual |
| GetAudioClass() const | SoundWave | |
| GetBitsPerSample() const | SoundWave | |
| GetBlockAlign() const | SoundWave | |
| GetByteRate() const | SoundWave | |
| GetDirectoryFromPath(const std::string &path) | Asset | static |
| GetDuration() const | SoundWave | |
| GetName() const | Asset | |
| GetNameFromPath(const std::string &path) | Asset | static |
| GetNameFromTypeId(TypeId id) | Asset | static |
| GetNumChannels() const | SoundWave | |
| GetNumSamples() const | SoundWave | |
| GetPitchMultiplier() const | SoundWave | |
| GetRefCount() const | Asset | |
| GetSampleRate() const | SoundWave | |
| GetTypeColor() override | SoundWave | virtual |
| GetTypeIdFromName(const char *name) | Asset | static |
| GetTypeImportExt() override | SoundWave | virtual |
| GetTypeName() override | SoundWave | virtual |
| GetUuid() const | Asset | |
| GetVolumeMultiplier() const | SoundWave | |
| GetWaveData() const | SoundWave | |
| GetWaveDataSize() const | SoundWave | |
| HandlePropChange(Datum *datum, uint32_t index, const void *newValue) | SoundWave | protectedstatic |
| Import(const std::string &path, ImportOptions *options) override | SoundWave | virtual |
| IncrementRefCount() | Asset | |
| InstanceRuntimeId() const =0 | Object | pure virtual |
| Is(RuntimeId id) const | Object | inlinevirtual |
| Is(const char *name) const | Object | inlinevirtual |
| IsEmbedded() const | Asset | |
| IsEngineAsset() const | Asset | |
| IsLoaded() const | Asset | |
| IsRefCounted() const | Asset | |
| IsTransient() const | Asset | |
| LoadEmbedded(const EmbeddedFile *embeddedAsset, AsyncLoadRequest *request=nullptr) | Asset | |
| LoadFile(const char *path, AsyncLoadRequest *request=nullptr) | Asset | |
| LoadFromMemory(const uint8_t *data, size_t size, const char *formatHint, SoundWave &out) | SoundWave | static |
| LoadStream(Stream &stream, Platform platform) override | SoundWave | virtual |
| mAudioClass | SoundWave | protected |
| mBitsPerSample | SoundWave | protected |
| mBlockAlign | SoundWave | protected |
| mByteRate | SoundWave | protected |
| mCompress | SoundWave | protected |
| mCompressedData | SoundWave | protected |
| mCompressedSize | SoundWave | protected |
| mCompressInternal | SoundWave | protected |
| mEmbedded | Asset | protected |
| mEnableRefCount | Asset | protected |
| mEngineAsset | Asset | protected |
| mLoaded | Asset | protected |
| mName | Asset | protected |
| mNumChannels | SoundWave | protected |
| mNumSamples | SoundWave | protected |
| mPitchMultiplier | SoundWave | protected |
| mRefCount | Asset | protected |
| mSampleRate | SoundWave | protected |
| mTransient | Asset | protected |
| mType | Asset | protected |
| mUuid | Asset | protected |
| mVersion | Asset | protected |
| mVolumeMultiplier | SoundWave | protected |
| mWaveData | SoundWave | protected |
| mWaveDataSize | SoundWave | protected |
| QueryInterface(RuntimeId id) const | Object | inlinevirtual |
| ReadHeader(Stream &stream) | Asset | static |
| RuntimeName() const =0 | Object | pure virtual |
| RuntimeParentName() const =0 | Object | pure virtual |
| SaveFile(const char *path, Platform platform) | Asset | |
| SaveStream(Stream &stream, Platform platform) override | SoundWave | virtual |
| SetAudioClass(int8_t audioClass) | SoundWave | |
| SetEmbedded(bool embed) | Asset | |
| SetEngineAsset(bool engineAsset) | Asset | |
| SetName(const std::string &name) | Asset | |
| SetPcmData(uint8_t *data, uint32_t size, uint32_t numSamples, uint32_t bitsPerSample, uint32_t numChannels, uint32_t sampleRate) | SoundWave | |
| SetPitchMultiplier(float pitch) | SoundWave | |
| SetTransient(bool transient) | Asset | |
| SetUuid(uint64_t uuid) | Asset | |
| SetVolumeMultiplier(float volume) | SoundWave | |
| ShouldSnapshotForPie() const | Asset | inlinevirtual |
| SoundWave() | SoundWave | |
| WriteHeader(Stream &stream) | Asset | |
| ~Asset() | Asset | virtual |
| ~Object()=default | Object | virtual |
| ~SoundWave() | SoundWave |