AsyncInputStream: add method ClearTag()
This commit is contained in:
@@ -83,6 +83,10 @@ protected:
|
||||
*/
|
||||
void SetTag(Tag *_tag);
|
||||
|
||||
void ClearTag() {
|
||||
SetTag(nullptr);
|
||||
}
|
||||
|
||||
void Pause();
|
||||
|
||||
bool IsPaused() const {
|
||||
|
Reference in New Issue
Block a user