/* 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/. */
// If this ByteStream's underlying storage of media is in-memory, this // function returns a pointer to the in-memory storage of data at offset. // Note that even if a ByteStream stores data in memory, it may not be // stored contiguously, in which case this returns nullptr.
virtual const uint8_t* GetContiguousAccess(int64_t aOffset, size_t aSize) { return nullptr;
}
protected:
virtual ~ByteStream() = default;
};
} // namespace mozilla
#endif
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.20 Sekunden
(vorverarbeitet am 2026-08-26)
¤
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.