![]() |
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
#include <string>
#include <vector>
#include <memory>
#include "Interface/StreamInfo.h"
#include "libavcodec/avcodec.h"
Classes | |
class | CDemuxStream |
class | CDemuxStreamVideo |
class | CDemuxStreamAudio |
class | CDemuxStreamSubtitle |
class | CDemuxStreamTeletext |
class | CDemuxStreamRadioRDS |
class | CDVDDemux |
Namespaces | |
ADDON | |
Macros | |
#define | STREAM_SOURCE_MASK(a) ((a) & 0xf00) |
Enumerations | |
enum | StreamType { STREAM_NONE = 0, STREAM_AUDIO, STREAM_VIDEO, STREAM_DATA, STREAM_SUBTITLE, STREAM_TELETEXT, STREAM_RADIO_RDS } |
enum | StreamSource { STREAM_SOURCE_NONE = 0x000, STREAM_SOURCE_DEMUX = 0x100, STREAM_SOURCE_NAV = 0x200, STREAM_SOURCE_DEMUX_SUB = 0x300, STREAM_SOURCE_TEXT = 0x400, STREAM_SOURCE_VIDEOMUX = 0x500 } |
#define STREAM_SOURCE_MASK | ( | a | ) | ((a) & 0xf00) |
enum StreamSource |
enum StreamType |