Urho3D
Dviglo::Audio Member List

This is the complete list of members for Dviglo::Audio, including all inherited members.

AddRef()Dviglo::RefCounted
AddSoundSource(SoundSource *soundSource)Dviglo::Audio
Audio(Context *context)Dviglo::Audioexplicit
audioMutex_Dviglo::Audioprivate
blockEvents_Dviglo::Objectprivate
Cast()Dviglo::Objectinline
Cast() constDviglo::Objectinline
clipBuffer_Dviglo::Audioprivate
context_Dviglo::Objectprotected
deviceID_Dviglo::Audioprivate
eventHandlers_Dviglo::Objectprivate
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) constDviglo::Objectprivate
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) constDviglo::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) constDviglo::Objectprivate
fragmentSize_Dviglo::Audioprivate
GetBlockEvents() constDviglo::Objectinline
GetCategory() constDviglo::Object
GetContext() constDviglo::Objectinline
GetEventDataMap() constDviglo::Object
GetEventHandler() constDviglo::Object
GetEventSender() constDviglo::Object
GetGlobalVar(StringHash key) constDviglo::Object
GetGlobalVars() constDviglo::Object
GetInterpolation() constDviglo::Audioinline
GetListener() constDviglo::Audio
GetMasterGain(const String &type) constDviglo::Audio
GetMixRate() constDviglo::Audioinline
GetMutex()Dviglo::Audioinline
GetSampleSize() constDviglo::Audioinline
GetSoundSourceMasterGain(StringHash typeHash) constDviglo::Audio
GetSoundSources() constDviglo::Audioinline
GetSubsystem(StringHash type) constDviglo::Object
GetSubsystem() constDviglo::Object
GetType() const =0Dviglo::Objectpure virtual
GetTypeInfo() const =0Dviglo::Objectpure virtual
GetTypeInfoStatic()Dviglo::Objectinlinestatic
GetTypeName() const =0Dviglo::Objectpure virtual
HandleRenderUpdate(StringHash eventType, VariantMap &eventData)Dviglo::Audioprivate
HasEventHandlers() constDviglo::Objectinline
HasMasterGain(const String &type) constDviglo::Audioinline
HasSubscribedToEvent(StringHash eventType) constDviglo::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constDviglo::Object
interpolation_Dviglo::Audioprivate
IsInitialized() constDviglo::Audioinline
IsInstanceOf(StringHash type) constDviglo::Object
IsInstanceOf(const TypeInfo *typeInfo) constDviglo::Object
IsInstanceOf() constDviglo::Objectinline
IsPlaying() constDviglo::Audioinline
IsSoundTypePaused(const String &type) constDviglo::Audio
IsStereo() constDviglo::Audioinline
listener_Dviglo::Audioprivate
masterGain_Dviglo::Audioprivate
MixOutput(void *dest, unsigned samples)Dviglo::Audio
mixRate_Dviglo::Audioprivate
Object(Context *context)Dviglo::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Dviglo::Objectvirtual
operator=(const RefCounted &rhs)=deleteDviglo::RefCounted
pausedSoundTypes_Dviglo::Audioprivate
PauseSoundType(const String &type)Dviglo::Audio
Play()Dviglo::Audio
playing_Dviglo::Audioprivate
refCount_Dviglo::RefCountedprivate
RefCounted()Dviglo::RefCounted
RefCounted(const RefCounted &rhs)=deleteDviglo::RefCounted
RefCountPtr()Dviglo::RefCountedinline
Refs() constDviglo::RefCounted
Release()Dviglo::Audioprivate
ReleaseRef()Dviglo::RefCounted
RemoveEventSender(Object *sender)Dviglo::Objectprivate
RemoveSoundSource(SoundSource *soundSource)Dviglo::Audio
ResumeAll()Dviglo::Audio
ResumeSoundType(const String &type)Dviglo::Audio
sampleSize_Dviglo::Audioprivate
SendEvent(StringHash eventType)Dviglo::Object
SendEvent(StringHash eventType, VariantMap &eventData)Dviglo::Object
SendEvent(StringHash eventType, Args... args)Dviglo::Objectinline
SetBlockEvents(bool block)Dviglo::Objectinline
SetGlobalVar(StringHash key, const Variant &value)Dviglo::Object
SetListener(SoundListener *listener)Dviglo::Audio
SetMasterGain(const String &type, float gain)Dviglo::Audio
SetMode(int bufferLengthMSec, int mixRate, bool stereo, bool interpolation=true)Dviglo::Audio
soundSources_Dviglo::Audioprivate
stereo_Dviglo::Audioprivate
Stop()Dviglo::Audio
StopSound(Sound *sound)Dviglo::Audio
SubscribeToEvent(StringHash eventType, EventHandler *handler)Dviglo::Object
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler)Dviglo::Object
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dviglo::Object
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dviglo::Object
UnsubscribeFromAllEvents()Dviglo::Object
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData)Dviglo::Object
UnsubscribeFromEvent(StringHash eventType)Dviglo::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Dviglo::Object
UnsubscribeFromEvents(Object *sender)Dviglo::Object
Update(float timeStep)Dviglo::Audio
UpdateInternal(float timeStep)Dviglo::Audioprivate
URHO3D_OBJECT(Audio, Object) (defined in Dviglo::Audio)Dviglo::Audioprivate
WeakRefs() constDviglo::RefCounted
~Audio() overrideDviglo::Audio
~Object() overrideDviglo::Object
~RefCounted()Dviglo::RefCountedvirtual