Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/IMediaRenderer
Description
Methods called from both a decoder and the player from their respective threads. Returns the properties of the buffer pool. Those properties should not change during the lifetime of the pool. A mandatory property is the maximum number of buffers that can be obtained from the pool ("max_buffers":int64).
| Name | GetBufferPoolProperties |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/MediaRendererBase.h |
| Include Path | #include "MediaRendererBase.h" |
const FParamDict & GetBufferPoolProperties() const
Const reference to the dictionary containing buffer pool properties.