/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-*/ /* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththisfile,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
namespace mozilla { /** *WriteEncodedTrackinsertsrawpacketsintoOggstream(ogg_stream_state),and *GetContainerDataoutputsanogg_pagewhenenoughpacketshavebeenwritten *totheOggstream. *Formoredetails,pleasereference: *http://www.xiph.org/ogg/doc/libogg/encoding.html
*/ class OggWriter : public ContainerWriter { public:
OggWriter();
~OggWriter();
// Write frames into the ogg container. aFlags should be set to END_OF_STREAM // for the final set of frames.
nsresult WriteEncodedTrack(const nsTArray<RefPtr<EncodedFrame>>& aData,
uint32_t aFlags = 0) override;
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.