#include <Ap4Interfaces.h>
Inheritance diagram for AP4_Referenceable:
Public Member Functions | |
virtual | ~AP4_Referenceable () |
virtual void | AddReference ()=0 |
virtual void | Release ()=0 |
Definition at line 59 of file Ap4Interfaces.h.
virtual AP4_Referenceable::~AP4_Referenceable | ( | ) | [inline, virtual] |
Definition at line 63 of file Ap4Interfaces.h.
virtual void AP4_Referenceable::AddReference | ( | ) | [pure virtual] |
Implemented in AP4_SubStream, AP4_MemoryByteStream, AP4_FileByteStream, AP4_OmaCbcDecryptingStream, AP4_RtpPacket, and AP4_RtpConstructor.
Referenced by AP4_FileByteStream::AddReference().
virtual void AP4_Referenceable::Release | ( | ) | [pure virtual] |
Implemented in AP4_SubStream, AP4_MemoryByteStream, AP4_FileByteStream, AP4_OmaCbcDecryptingStream, AP4_RtpPacket, and AP4_RtpConstructor.
Referenced by AP4_FileByteStream::Release().