awebview v0.8.0 (2015-05-21T19:01:45Z)
Dub
Repo
SoundChannel
awebview
sound
Undocumented in source.
class
SoundChannel :
IDOnlyElement
{
this
(string id, shared(SoundManager) sm);
this
(string id, shared(SoundManager) sm, shared(SoundChannelImpl) chImpl);
shared
(
SoundChannelImpl
)
impl
;
void
onAttachToChannel
(int id);
void
onDestroy
();
}
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
Source
See Implementation
awebview
sound
classes
SDLMixer
SoundChannel
SoundManager
structs
SoundChunk