MediaClient: Rename IsRunning to IsStarted

This commit is contained in:
Barrett17
2018-03-02 03:58:54 +01:00
parent a6ac14c71c
commit 852b62956b
4 changed files with 7 additions and 5 deletions
@@ -107,9 +107,7 @@ public:
BMediaOutput* FindOutput(
const media_connection& output) const;
bool IsRunning() const;
// Called when the node is correctly registered to the media services.
//virtual void ReadyToRun() const;
bool IsStarted() const;
// NOTE: The following functions aren't provided to be inherited,
// always use the protected HandleSomething version. This is because