media_plugins: Rework to use the BCodecKit namespace

This commit is contained in:
Barrett17
2018-11-27 11:38:05 +01:00
parent fe9542fdb5
commit 5232a91136
4 changed files with 13 additions and 0 deletions
@@ -12,6 +12,8 @@
#include "MediaDebug.h"
using namespace BCodecKit;
// 10 seconds timeout
#define HTTP_TIMEOUT 10000000
@@ -12,6 +12,9 @@
#include <UrlContext.h>
#include <UrlProtocolAsynchronousListener.h>
using BCodecKit::BAdapterIO;
using BCodecKit::BInputAdapter;
class FileListener;
@@ -8,6 +8,10 @@
#include <Streamer.h>
using BCodecKit::BMediaPlugin;
using BCodecKit::BStreamer;
using BCodecKit::BStreamerPlugin;
class HTTPStreamer : public BStreamer
{
@@ -27,6 +27,10 @@
#include <Decoder.h>
using BCodecKit::BMediaPlugin;
using BCodecKit::BDecoder;
using BCodecKit::BDecoderPlugin;
class RawDecoder : public BDecoder
{