Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/IMediaRenderer
Buffer interface
| Name | IBuffer |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/MediaRendererBase.h |
| Include Path | #include "MediaRendererBase.h" |
Syntax
class IBuffer
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IBuffer() |
MediaRendererBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FParamDict & GetBufferProperties() |
Returns the properties of the buffer. | MediaRendererBase.h | |
FParamDict & GetMutableBufferProperties() |
Same, but returns the writable dictionary. Use with caution. | MediaRendererBase.h |