Add BMediaRoster::IsRunning
* This function is provided to check if media services are running.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user