xbmc
|
Public Member Functions | |
virtual StreamPtr | CreateStream (StreamType streamType)=0 |
Create a stream for gameplay data. More... | |
virtual void | CloseStream (StreamPtr stream)=0 |
Free the specified stream. More... | |
|
pure virtual |
Free the specified stream.
stream | The stream to close |
Implemented in KODI::RETRO::CRPStreamManager.
|
pure virtual |
Create a stream for gameplay data.
streamType | The stream type |
Implemented in KODI::RETRO::CRPStreamManager.