MediaClient: Add plans for ReadyToRun callback

This commit is contained in:
Barrett17 2018-02-28 19:38:28 +01:00
parent e5d446fcc9
commit 7de0fd45cd
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ public:
const media_connection& output) const; const media_connection& output) const;
bool IsRunning() const; bool IsRunning() const;
// Called when the node is correctly registered to the media services.
//virtual void ReadyToRun() const;
// NOTE: The following functions aren't provided to be inherited, // NOTE: The following functions aren't provided to be inherited,
// always use the protected HandleSomething version. This is because // always use the protected HandleSomething version. This is because