AddRef() | Urho3D::RefCounted | |
BeginLoad(Deserializer &source) | Urho3D::Sound | virtual |
compressed_ | Urho3D::Sound | private |
compressedLength_ | Urho3D::Sound | private |
context_ | Urho3D::Object | protected |
data_ | Urho3D::Sound | private |
dataSize_ | Urho3D::Sound | private |
end_ | Urho3D::Sound | private |
EndLoad() | Urho3D::Resource | virtual |
FixInterpolation() | Urho3D::Sound | |
frequency_ | Urho3D::Sound | private |
GetAsyncLoadState() const | Urho3D::Resource | inline |
GetBaseType() const =0 | Urho3D::Object | pure virtual |
GetCategory() const | Urho3D::Object | |
GetContext() const | Urho3D::Object | inline |
GetData() const | Urho3D::Sound | inline |
GetDataSize() const | Urho3D::Sound | inline |
GetDecoderStream() const | Urho3D::Sound | |
GetEnd() const | Urho3D::Sound | inline |
GetEventDataMap() const | Urho3D::Object | |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetFrequency() const | Urho3D::Sound | inline |
GetIntFrequency() const | Urho3D::Sound | inline |
GetLength() const | Urho3D::Sound | |
GetMemoryUse() const | Urho3D::Resource | inline |
GetName() const | Urho3D::Resource | inline |
GetNameHash() const | Urho3D::Resource | inline |
GetRepeat() const | Urho3D::Sound | inline |
GetSampleSize() const | Urho3D::Sound | |
GetStart() const | Urho3D::Sound | inline |
GetSubsystem(StringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
GetUseTimer() | Urho3D::Resource | |
HasEventHandlers() const | Urho3D::Object | inline |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
IsCompressed() const | Urho3D::Sound | inline |
IsLooped() const | Urho3D::Sound | inline |
IsSixteenBit() const | Urho3D::Sound | inline |
IsStereo() const | Urho3D::Sound | inline |
Load(Deserializer &source) | Urho3D::Resource | |
LoadOggVorbis(Deserializer &source) | Urho3D::Sound | |
LoadParameters() | Urho3D::Sound | private |
LoadRaw(Deserializer &source) | Urho3D::Sound | |
LoadWav(Deserializer &source) | Urho3D::Sound | |
looped_ | Urho3D::Sound | private |
OBJECT(Sound) (defined in Urho3D::Sound) | Urho3D::Sound | private |
Object(Context *context) | Urho3D::Object | |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
RefCounted() | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
RegisterObject(Context *context) | Urho3D::Sound | static |
ReleaseRef() | Urho3D::RefCounted | |
repeat_ | Urho3D::Sound | private |
ResetUseTimer() | Urho3D::Resource | |
Resource(Context *context) | Urho3D::Resource | |
Save(Serializer &dest) const | Urho3D::Resource | virtual |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SetAsyncLoadState(AsyncLoadState newState) | Urho3D::Resource | |
SetData(const void *data, unsigned dataSize) | Urho3D::Sound | |
SetFormat(unsigned frequency, bool sixteenBit, bool stereo) | Urho3D::Sound | |
SetLoop(unsigned repeatOffset, unsigned endOffset) | Urho3D::Sound | |
SetLooped(bool enable) | Urho3D::Sound | |
SetMemoryUse(unsigned size) | Urho3D::Resource | |
SetName(const String &name) | Urho3D::Resource | |
SetSize(unsigned dataSize) | Urho3D::Sound | |
sixteenBit_ | Urho3D::Sound | private |
Sound(Context *context) | Urho3D::Sound | |
stereo_ | Urho3D::Sound | private |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
UnsubscribeFromAllEvents() | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData) | Urho3D::Object | |
UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
WeakRefs() const | Urho3D::RefCounted | |
~Object() | Urho3D::Object | virtual |
~RefCounted() | Urho3D::RefCounted | virtual |
~Sound() | Urho3D::Sound | virtual |