SoundChannel

Undocumented in source.

Constructors

this
this(string id, shared(SoundManager) sm)
Undocumented in source.
this
this(string id, shared(SoundManager) sm, shared(SoundChannelImpl) chImpl)
Undocumented in source.

Alias This

impl

Members

Functions

onAttachToChannel
void onAttachToChannel(int id)
Undocumented in source. Be warned that the author may not have intended to support it.
onDestroy
void onDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

impl
shared(SoundChannelImpl) impl;
Undocumented in source.

Meta