#include <Ap4OddaAtom.h>
Inheritance diagram for AP4_OddaAtom:
Public Member Functions | |
~AP4_OddaAtom () | |
virtual AP4_Result | InspectFields (AP4_AtomInspector &inspector) |
virtual AP4_Result | WriteFields (AP4_ByteStream &stream) |
AP4_ByteStream * | GetSourceStream () |
AP4_Position | GetSourcePosition () |
AP4_Result | SetSourceStream (AP4_ByteStream *stream, AP4_Position position=0) |
Sets the source stream (and releases any existing stream references). | |
AP4_Result | SetEncryptedDataLength (AP4_UI64 length) |
Sets the length of the encrypted data. | |
Static Public Member Functions | |
static AP4_OddaAtom * | Create (AP4_UI64 size, AP4_ByteStream &stream) |
Definition at line 42 of file Ap4OddaAtom.h.
AP4_OddaAtom::~AP4_OddaAtom | ( | ) |
static AP4_OddaAtom* AP4_OddaAtom::Create | ( | AP4_UI64 | size, | |
AP4_ByteStream & | stream | |||
) | [static] |
virtual AP4_Result AP4_OddaAtom::InspectFields | ( | AP4_AtomInspector & | inspector | ) | [virtual] |
Reimplemented from AP4_Atom.
virtual AP4_Result AP4_OddaAtom::WriteFields | ( | AP4_ByteStream & | stream | ) | [virtual] |
Implements AP4_Atom.
AP4_ByteStream* AP4_OddaAtom::GetSourceStream | ( | ) | [inline] |
Definition at line 57 of file Ap4OddaAtom.h.
AP4_Position AP4_OddaAtom::GetSourcePosition | ( | ) | [inline] |
Definition at line 58 of file Ap4OddaAtom.h.
AP4_Result AP4_OddaAtom::SetSourceStream | ( | AP4_ByteStream * | stream, | |
AP4_Position | position = 0 | |||
) |
Sets the source stream (and releases any existing stream references).
AP4_Result AP4_OddaAtom::SetEncryptedDataLength | ( | AP4_UI64 | length | ) |
Sets the length of the encrypted data.
This method updates the size of the atom.