22 #ifndef MYTHWSSTREAM_H 23 #define MYTHWSSTREAM_H 25 #include "mythtypes.h" 26 #include "mythstream.h" 33 typedef MYTH_SHARED_PTR<WSStream> WSStreamPtr;
42 int Read(
void* buffer,
unsigned n);
43 int64_t GetSize()
const;
44 int64_t GetPosition()
const;
45 int64_t Seek(int64_t offset, WHENCE_t whence);
47 std::string GetContentType()
const;
50 WSResponse *m_response;
This is the main namespace that encloses all public classes.