14 #ifndef DISABLE_STREAM_PLAYER // [ 16 #ifndef _StreamRAWFormatDecoder_h_ 17 #define _StreamRAWFormatDecoder_h_ 21 #include "utl/UtlDefs.h" 24 #include "os/OsStatus.h" 25 #include "os/OsTask.h" 26 #include "os/OsBSem.h" 59 virtual OsStatus
init();
62 virtual OsStatus
free();
65 virtual OsStatus
begin();
68 virtual OsStatus
end();
77 virtual OsStatus
toString(UtlString&
string);
109 int run(
void* pArgs);
120 #endif // _StreamRAWFormatDecoder_h_ 122 #endif // DISABLE_STREAM_PLAYER ]
An abstraction definition of a stream data source.
Definition: StreamDataSource.h:47