xbmc
|
Public Member Functions | |
PLT_PipeInputStreamPump (NPT_OutputStreamReference &output, NPT_Size size=65535) | |
NPT_Result | Receive (NPT_InputStream &input, NPT_Size max_bytes_to_read, NPT_Size *bytes_read) override |
Protected Attributes | |
NPT_OutputStreamReference | m_Output |
NPT_Result | m_LastRes |
![]() | |
NPT_RingBuffer * | m_RingBuffer |
NPT_Offset | m_TotalBytesRead |
NPT_Offset | m_TotalBytesWritten |
Additional Inherited Members | |
![]() | |
PLT_StreamPump (NPT_Size size=65535) | |
NPT_Result | PullData (NPT_InputStream &input, NPT_Size max_bytes_to_read) |
NPT_Result | PushData (NPT_OutputStream &output, NPT_Size &bytes_written) |