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