add query
This commit is contained in:
@@ -106,6 +106,9 @@ public:
|
|||||||
void SetLooping(bool yes=true) { Loop=yes; }
|
void SetLooping(bool yes=true) { Loop=yes; }
|
||||||
bool GetLooping() const { return Loop; }
|
bool GetLooping() const { return Loop; }
|
||||||
|
|
||||||
|
/* Query only: */
|
||||||
|
bool IsStreaming() const { return big; }
|
||||||
|
|
||||||
/* Called only by the sound drivers: */
|
/* Called only by the sound drivers: */
|
||||||
/* This function should return the number of bytes actually put into buffer.
|
/* This function should return the number of bytes actually put into buffer.
|
||||||
* If less than size is returned, it signals the stream to stop; once it's
|
* If less than size is returned, it signals the stream to stop; once it's
|
||||||
|
|||||||
Reference in New Issue
Block a user