Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/IMediaRenderer
Description
Informs that the decoder is done with this pool. This only indicates no calls to GetBuffer() and ReleaseBuffer() will be made by this decoder instance any more. It is up to the renderer to decide whether or not to destroy the pool or keep it around for re-use with a new decoder instance (the next CreateBufferPool() call).
| Name | ReleaseBufferPool |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/MediaRendererBase.h |
| Include Path | #include "MediaRendererBase.h" |
UEMediaError ReleaseBufferPool()
Should be UEMEDIA_ERROR_OK only. Anything else will cause a playback error.