2 * Copyright 2016, Dario Casalinuovo
3 * Distributed under the terms of the MIT License.
5 #ifndef _HTTP_STREAMER_PLUGIN_H
6 #define _HTTP_STREAMER_PLUGIN_H
9 #include "StreamerPlugin.h"
11 class HTTPStreamer
: public Streamer
15 virtual ~HTTPStreamer();
17 virtual status_t
Sniff(const BUrl
& url
, BDataIO
** source
);
21 class HTTPStreamerPlugin
: public StreamerPlugin
24 virtual Streamer
* NewStreamer();
27 #endif // _HTTP_STREAMER_PLUGIN_H