dsfml ~master (2021-10-04T07:02:59.4470602)
Dub
Repo
SoundStreamCallBacks
dsfml
audio
soundstream
Undocumented in source.
class
SoundStreamCallBacks :
sfmlSoundStreamCallBacks
{
SoundStream
m_stream
;
this
(SoundStream stream);
bool
onGetData
(Chunk* chunk);
void
onSeek
(long time);
}
Constructors
this
this
(SoundStream stream)
Undocumented in source.
Members
Functions
onGetData
bool
onGetData
(Chunk* chunk)
Undocumented in source. Be warned that the author may not have intended to support it.
onSeek
void
onSeek
(long time)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
m_stream
SoundStream
m_stream
;
Undocumented in source.
Inherited Members
From sfmlSoundStreamCallBacks
onGetData
bool
onGetData
(Chunk* chunk)
Undocumented in source.
onSeek
void
onSeek
(long time)
Undocumented in source.
Meta
Source
See Implementation
dsfml
audio
soundstream
classes
SoundStream
SoundStreamCallBacks