/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef DOM_MEDIA_WEBM_MATROSKADEMUXER_H_ #define DOM_MEDIA_WEBM_MATROSKADEMUXER_H_
#include"WebMDemuxer.h"
namespace mozilla {
// WebM is a subset of Matroska, so we can build a Matroska demuxer on top of // the WebM demuxer, and support more features which are not included in WebM. // Currently the only differences are the codecs supported, besides that, all // other parts are the same. The track demuxer is also the same as WebM's. class MatroskaDemuxer : public WebMDemuxer {
public: explicit MatroskaDemuxer(MediaResource* aResource);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.