◆ AddStreamData()
  
  | 
        
          | virtual void KODI::RETRO::IRetroPlayerStream::AddStreamData | ( | const StreamPacket & | packet | ) |  |  | 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::CRetroPlayerVideo, and KODI::RETRO::CRetroPlayerAudio.
 
 
◆ OpenStream()
  
  | 
        
          | virtual bool KODI::RETRO::IRetroPlayerStream::OpenStream | ( | const StreamProperties & | properties | ) |  |  | pure virtual | 
 
 
The documentation for this class was generated from the following file: