| AVBlocks for C++
    3.1
    Audio and Video Software Development Kit | 
Base class for all objects that require reference management. More...
#include <reference.h>
 
  
| Public Member Functions | |
| virtual int32_t | release () const =0 | 
| Releases the instance. | |
| virtual int32_t | retain () const =0 | 
| Retains the instance. | |
| virtual int32_t | retainCount () const =0 | 
| Returns the current reference count. | |
Base class for all objects that require reference management.
| 
 | pure virtual | 
Releases the instance.
Decrements the internal reference count.
Implemented in TranscoderCallback, and Stream.
| 
 | pure virtual | 
Retains the instance.
Increments the internal reference count.
Implemented in TranscoderCallback, and Stream.
| 
 | pure virtual | 
Returns the current reference count.
Implemented in TranscoderCallback, and Stream.