AudioIStream

Undocumented in source.

Constructors

this
this(string path, AudioInfo audioInfo, int bufferSize)
Undocumented in source.

Members

Functions

clearBuffer
void clearBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
clearBuffer
void clearBuffer(uint start, uint finish)
Undocumented in source. Be warned that the author may not have intended to support it.
isBufferFull
bool isBufferFull()
Undocumented in source. Be warned that the author may not have intended to support it.
isPaused
bool isPaused()
Undocumented in source. Be warned that the author may not have intended to support it.
isRecording
bool isRecording()
Undocumented in source. Be warned that the author may not have intended to support it.
isStopped
bool isStopped()
Undocumented in source. Be warned that the author may not have intended to support it.
pause
void pause()
Undocumented in source. Be warned that the author may not have intended to support it.
record
void record()
Undocumented in source. Be warned that the author may not have intended to support it.
save
bool save()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

audioInfo
AudioInfo audioInfo;
Undocumented in source.
buffer
float[] buffer;
Undocumented in source.
bufferSize
uint bufferSize;
Undocumented in source.
path
string path;
Undocumented in source.

Meta