35 #ifndef _PLT_FRAMESTREAM_H_ 36 #define _PLT_FRAMESTREAM_H_ 42 #include "PltFrameBuffer.h" 52 const char* boundary);
56 NPT_Result Read(
void* buffer,
57 NPT_Size bytes_to_read,
58 NPT_Size* bytes_read = 0)
override;
60 NPT_Result Seek(NPT_Position offset)
override { NPT_COMPILER_UNUSED(offset);
return NPT_FAILURE; }
61 NPT_Result Skip(NPT_Size offset)
override { NPT_COMPILER_UNUSED(offset);
return NPT_FAILURE; }
62 NPT_Result Tell(NPT_Position& offset)
override { NPT_COMPILER_UNUSED(offset);
return NPT_FAILURE; }
63 NPT_Result GetSize(NPT_LargeSize& size)
override { NPT_COMPILER_UNUSED(size);
return NPT_FAILURE; }
64 NPT_Result GetAvailable(NPT_LargeSize& available)
override;
67 NPT_Result FillBuffer();
72 NPT_UInt32 m_LastFrameIndex;
Definition: NptStreams.h:184
Definition: NptStrings.h:57