media_plugins: Rework to use the BCodecKit namespace
This commit is contained in:
@@ -12,6 +12,8 @@
|
|||||||
|
|
||||||
#include "MediaDebug.h"
|
#include "MediaDebug.h"
|
||||||
|
|
||||||
|
using namespace BCodecKit;
|
||||||
|
|
||||||
|
|
||||||
// 10 seconds timeout
|
// 10 seconds timeout
|
||||||
#define HTTP_TIMEOUT 10000000
|
#define HTTP_TIMEOUT 10000000
|
||||||
|
|||||||
@@ -12,6 +12,9 @@
|
|||||||
#include <UrlContext.h>
|
#include <UrlContext.h>
|
||||||
#include <UrlProtocolAsynchronousListener.h>
|
#include <UrlProtocolAsynchronousListener.h>
|
||||||
|
|
||||||
|
using BCodecKit::BAdapterIO;
|
||||||
|
using BCodecKit::BInputAdapter;
|
||||||
|
|
||||||
|
|
||||||
class FileListener;
|
class FileListener;
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,10 @@
|
|||||||
|
|
||||||
#include <Streamer.h>
|
#include <Streamer.h>
|
||||||
|
|
||||||
|
using BCodecKit::BMediaPlugin;
|
||||||
|
using BCodecKit::BStreamer;
|
||||||
|
using BCodecKit::BStreamerPlugin;
|
||||||
|
|
||||||
|
|
||||||
class HTTPStreamer : public BStreamer
|
class HTTPStreamer : public BStreamer
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -27,6 +27,10 @@
|
|||||||
|
|
||||||
#include <Decoder.h>
|
#include <Decoder.h>
|
||||||
|
|
||||||
|
using BCodecKit::BMediaPlugin;
|
||||||
|
using BCodecKit::BDecoder;
|
||||||
|
using BCodecKit::BDecoderPlugin;
|
||||||
|
|
||||||
|
|
||||||
class RawDecoder : public BDecoder
|
class RawDecoder : public BDecoder
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user