Dry
Dry::Sound Member List

This is the complete list of members for Dry::Sound, including all inherited members.

AddMetadata(const String &name, const Variant &value)Dry::ResourceWithMetadata
AddRef()Dry::RefCounted
BeginLoad(Deserializer &source) overrideDry::Soundvirtual
Cast()Dry::Objectinline
Cast() constDry::Objectinline
compressed_Dry::Soundprivate
compressedLength_Dry::Soundprivate
context_Dry::Objectprotected
CopyMetadata(const ResourceWithMetadata &source)Dry::ResourceWithMetadataprotected
data_Dry::Soundprivate
dataSize_Dry::Soundprivate
DRY_OBJECT(Sound, ResourceWithMetadata) (defined in Dry::Sound)Dry::Soundprivate
end_Dry::Soundprivate
EndLoad()Dry::Resourcevirtual
FixInterpolation()Dry::Sound
frequency_Dry::Soundprivate
GetAsyncLoadState() constDry::Resourceinline
GetBlockEvents() constDry::Objectinline
GetCategory() constDry::Object
GetContext() constDry::Objectinline
GetData() constDry::Soundinline
GetDataSize() constDry::Soundinline
GetDecoderStream() constDry::Sound
GetEnd() constDry::Soundinline
GetEventDataMap() constDry::Object
GetEventHandler() constDry::Object
GetEventSender() constDry::Object
GetFrequency() constDry::Soundinline
GetGlobalVar(StringHash key) constDry::Object
GetGlobalVars() constDry::Object
GetIntFrequency() constDry::Soundinline
GetLength() constDry::Sound
GetMemoryUse() constDry::Resourceinline
GetMetadata(const String &name) constDry::ResourceWithMetadata
GetName() constDry::Resourceinline
GetNameHash() constDry::Resourceinline
GetRepeat() constDry::Soundinline
GetSampleSize() constDry::Sound
GetStart() constDry::Soundinline
GetSubsystem(StringHash type) constDry::Object
GetSubsystem() constDry::Object
GetType() const =0Dry::Objectpure virtual
GetTypeInfo() const =0Dry::Objectpure virtual
GetTypeInfoStatic()Dry::Objectinlinestatic
GetTypeName() const =0Dry::Objectpure virtual
GetUseTimer()Dry::Resource
HasEventHandlers() constDry::Objectinline
HasMetadata() constDry::ResourceWithMetadata
HasSubscribedToEvent(StringHash eventType) constDry::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constDry::Object
IsCompressed() constDry::Soundinline
IsInstanceOf(StringHash type) constDry::Object
IsInstanceOf(const TypeInfo *typeInfo) constDry::Object
IsInstanceOf() constDry::Objectinline
IsLooped() constDry::Soundinline
IsSixteenBit() constDry::Soundinline
IsStereo() constDry::Soundinline
Load(Deserializer &source)Dry::Resource
LoadFile(const String &fileName)Dry::Resource
LoadMetadataFromJSON(const JSONArray &array)Dry::ResourceWithMetadataprotected
LoadMetadataFromXML(const XMLElement &source)Dry::ResourceWithMetadataprotected
LoadOggVorbis(Deserializer &source)Dry::Sound
LoadParameters()Dry::Soundprivate
LoadRaw(Deserializer &source)Dry::Sound
LoadWav(Deserializer &source)Dry::Sound
looped_Dry::Soundprivate
Object(Context *context)Dry::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Dry::Objectvirtual
operator=(const RefCounted &rhs)=deleteDry::RefCounted
RefCounted()Dry::RefCounted
RefCounted(const RefCounted &rhs)=deleteDry::RefCounted
RefCountPtr()Dry::RefCountedinline
Refs() constDry::RefCounted
RegisterObject(Context *context)Dry::Soundstatic
ReleaseRef()Dry::RefCounted
RemoveAllMetadata()Dry::ResourceWithMetadata
RemoveMetadata(const String &name)Dry::ResourceWithMetadata
repeat_Dry::Soundprivate
ResetUseTimer()Dry::Resource
Resource(Context *context)Dry::Resourceexplicit
ResourceWithMetadata(Context *context)Dry::ResourceWithMetadatainlineexplicit
Save(Serializer &dest) constDry::Resourcevirtual
SaveFile(const String &fileName) constDry::Resourcevirtual
SaveMetadataToXML(XMLElement &destination) constDry::ResourceWithMetadataprotected
SendEvent(StringHash eventType)Dry::Object
SendEvent(StringHash eventType, VariantMap &eventData)Dry::Object
SendEvent(StringHash eventType, Args... args)Dry::Objectinline
SetAsyncLoadState(AsyncLoadState newState)Dry::Resource
SetBlockEvents(bool block)Dry::Objectinline
SetData(const void *data, unsigned dataSize)Dry::Sound
SetFormat(unsigned frequency, bool sixteenBit, bool stereo)Dry::Sound
SetGlobalVar(StringHash key, const Variant &value)Dry::Object
SetLoop(unsigned repeatOffset, unsigned endOffset)Dry::Sound
SetLooped(bool enable)Dry::Sound
SetMemoryUse(unsigned size)Dry::Resource
SetName(const String &name)Dry::Resource
SetSize(unsigned dataSize)Dry::Sound
sixteenBit_Dry::Soundprivate
Sound(Context *context)Dry::Soundexplicit
stereo_Dry::Soundprivate
SubscribeToEvent(StringHash eventType, EventHandler *handler)Dry::Object
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler)Dry::Object
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dry::Object
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dry::Object
UnsubscribeFromAllEvents()Dry::Object
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData)Dry::Object
UnsubscribeFromEvent(StringHash eventType)Dry::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Dry::Object
UnsubscribeFromEvents(Object *sender)Dry::Object
WeakRefs() constDry::RefCounted
~Object() overrideDry::Object
~RefCounted()Dry::RefCountedvirtual
~Sound() overrideDry::Sound