AddRef() | Dviglo::RefCounted | |
AddSoundSource(SoundSource *soundSource) | Dviglo::Audio | |
Audio(Context *context) | Dviglo::Audio | explicit |
audioMutex_ | Dviglo::Audio | private |
blockEvents_ | Dviglo::Object | private |
Cast() | Dviglo::Object | inline |
Cast() const | Dviglo::Object | inline |
clipBuffer_ | Dviglo::Audio | private |
context_ | Dviglo::Object | protected |
deviceID_ | Dviglo::Audio | private |
eventHandlers_ | Dviglo::Object | private |
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private |
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Dviglo::Object | private |
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private |
fragmentSize_ | Dviglo::Audio | private |
GetBlockEvents() const | Dviglo::Object | inline |
GetCategory() const | Dviglo::Object | |
GetContext() const | Dviglo::Object | inline |
GetEventDataMap() const | Dviglo::Object | |
GetEventHandler() const | Dviglo::Object | |
GetEventSender() const | Dviglo::Object | |
GetGlobalVar(StringHash key) const | Dviglo::Object | |
GetGlobalVars() const | Dviglo::Object | |
GetInterpolation() const | Dviglo::Audio | inline |
GetListener() const | Dviglo::Audio | |
GetMasterGain(const String &type) const | Dviglo::Audio | |
GetMixRate() const | Dviglo::Audio | inline |
GetMutex() | Dviglo::Audio | inline |
GetSampleSize() const | Dviglo::Audio | inline |
GetSoundSourceMasterGain(StringHash typeHash) const | Dviglo::Audio | |
GetSoundSources() const | Dviglo::Audio | inline |
GetSubsystem(StringHash type) const | Dviglo::Object | |
GetSubsystem() const | Dviglo::Object | |
GetType() const =0 | Dviglo::Object | pure virtual |
GetTypeInfo() const =0 | Dviglo::Object | pure virtual |
GetTypeInfoStatic() | Dviglo::Object | inlinestatic |
GetTypeName() const =0 | Dviglo::Object | pure virtual |
HandleRenderUpdate(StringHash eventType, VariantMap &eventData) | Dviglo::Audio | private |
HasEventHandlers() const | Dviglo::Object | inline |
HasMasterGain(const String &type) const | Dviglo::Audio | inline |
HasSubscribedToEvent(StringHash eventType) const | Dviglo::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Dviglo::Object | |
interpolation_ | Dviglo::Audio | private |
IsInitialized() const | Dviglo::Audio | inline |
IsInstanceOf(StringHash type) const | Dviglo::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Dviglo::Object | |
IsInstanceOf() const | Dviglo::Object | inline |
IsPlaying() const | Dviglo::Audio | inline |
IsSoundTypePaused(const String &type) const | Dviglo::Audio | |
IsStereo() const | Dviglo::Audio | inline |
listener_ | Dviglo::Audio | private |
masterGain_ | Dviglo::Audio | private |
MixOutput(void *dest, unsigned samples) | Dviglo::Audio | |
mixRate_ | Dviglo::Audio | private |
Object(Context *context) | Dviglo::Object | explicit |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Dviglo::Object | virtual |
operator=(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
pausedSoundTypes_ | Dviglo::Audio | private |
PauseSoundType(const String &type) | Dviglo::Audio | |
Play() | Dviglo::Audio | |
playing_ | Dviglo::Audio | private |
refCount_ | Dviglo::RefCounted | private |
RefCounted() | Dviglo::RefCounted | |
RefCounted(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
RefCountPtr() | Dviglo::RefCounted | inline |
Refs() const | Dviglo::RefCounted | |
Release() | Dviglo::Audio | private |
ReleaseRef() | Dviglo::RefCounted | |
RemoveEventSender(Object *sender) | Dviglo::Object | private |
RemoveSoundSource(SoundSource *soundSource) | Dviglo::Audio | |
ResumeAll() | Dviglo::Audio | |
ResumeSoundType(const String &type) | Dviglo::Audio | |
sampleSize_ | Dviglo::Audio | private |
SendEvent(StringHash eventType) | Dviglo::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Dviglo::Object | |
SendEvent(StringHash eventType, Args... args) | Dviglo::Object | inline |
SetBlockEvents(bool block) | Dviglo::Object | inline |
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::Audio | private |
stereo_ | Dviglo::Audio | private |
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::Audio | private |
URHO3D_OBJECT(Audio, Object) (defined in Dviglo::Audio) | Dviglo::Audio | private |
WeakRefs() const | Dviglo::RefCounted | |
~Audio() override | Dviglo::Audio | |
~Object() override | Dviglo::Object | |
~RefCounted() | Dviglo::RefCounted | virtual |