Add BMediaRoster::IsRunning

* This function is provided to check
  if media services are running.
This commit is contained in:
Dario Casalinuovo
2015-07-24 12:19:31 +02:00
parent 239f85731e
commit 67483edabd
2 changed files with 14 additions and 0 deletions
+3
View File
@@ -41,6 +41,9 @@ public:
// already. It is not thread safe if you call Roster() at the
// same time.
// Check if the media services are running.
static bool IsRunning();
// Getting common instances of system nodes:
status_t GetVideoInput(media_node* _node);
status_t GetAudioInput(media_node* _node);