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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user