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