MediaClient: General cleanup

* We are finally not dependent on media kit definitions.
* Offline mode is not important at this moment.
This commit is contained in:
Barrett17 2018-02-24 16:30:42 +01:00
parent 4bd0c1066b
commit 78fea9cd2d
1 changed files with 1 additions and 4 deletions

View File

@ -6,13 +6,11 @@
#ifndef _MEDIA_CLIENT_H #ifndef _MEDIA_CLIENT_H
#define _MEDIA_CLIENT_H #define _MEDIA_CLIENT_H
#include <ObjectList.h>
#include <Buffer.h> #include <Buffer.h>
#include <MediaAddOn.h> #include <MediaAddOn.h>
#include <MediaClientDefs.h> #include <MediaClientDefs.h>
#include <MediaDefs.h> #include <MediaDefs.h>
#include <MediaNode.h> #include <ObjectList.h>
namespace BPrivate { namespace media { namespace BPrivate { namespace media {
@ -56,7 +54,6 @@ public:
status_t InitCheck() const; status_t InitCheck() const;
// TODO: Should allow BControllable capabilities // TODO: Should allow BControllable capabilities
// TODO: Offline mode is still missing
// When those functions return, the BMediaConnection is added to the // When those functions return, the BMediaConnection is added to the
// list and is visible to other nodes as not connected. Any input/output // list and is visible to other nodes as not connected. Any input/output