|
Native Player
1.0
|
This file defines the StreamDemuxer, AudioConfig and VideoConfig.
More...
#include <functional>#include <string>#include <vector>#include "ppapi/c/pp_stdint.h"#include "ppapi/cpp/instance.h"#include "nacl_player/common.h"#include "nacl_player/media_common.h"#include "nacl_player/media_codecs.h"#include "demuxer/elementary_stream_packet.h"Go to the source code of this file.
Classes | |
| struct | AudioConfig |
| Structure describing Elementary Audio Stream configuration. More... | |
| struct | VideoConfig |
| Structure describing Elementary Video Stream configuration. More... | |
| class | StreamDemuxer |
An interface for demuxing modules. This interface provides methods used to parse data of media container and perform basic operation on StreamDemuxer. This interface allows to set listeners for data needed by NaCl Player - stream configurations and DRM data. More... | |
This file defines the StreamDemuxer, AudioConfig and VideoConfig.
Definition in file stream_demuxer.h.