#include <IRetroPlayerStream.h>
◆ ~IRetroPlayerStream()
virtual KODI::RETRO::IRetroPlayerStream::~IRetroPlayerStream |
( |
| ) |
|
|
virtualdefault |
◆ AddStreamData()
virtual void KODI::RETRO::IRetroPlayerStream::AddStreamData |
( |
const StreamPacket & | packet | ) |
|
|
pure virtual |
◆ CloseStream()
virtual void KODI::RETRO::IRetroPlayerStream::CloseStream |
( |
| ) |
|
|
pure virtual |
◆ GetStreamBuffer()
virtual bool KODI::RETRO::IRetroPlayerStream::GetStreamBuffer |
( |
unsigned int | width, |
|
|
unsigned int | height, |
|
|
StreamBuffer & | buffer ) |
|
pure virtual |
Get a buffer for zero-copy stream data.
- Parameters
-
| width | The framebuffer width, or 0 for no width specified |
| height | The framebuffer height, or 0 for no height specified |
[out] | buffer | The buffer, or unmodified if false is returned |
- Returns
- True if a buffer was returned, false otherwise
Implemented in KODI::RETRO::CRetroPlayerAudio, and KODI::RETRO::CRetroPlayerVideo.
◆ OpenStream()
The documentation for this class was generated from the following file: