|
Valkka
1.6.1
OpenSource Video Management
|
Public Member Functions | |
| RawReader (const char *filename, bool direct=false) | |
| bool | readGrain () |
| void | get (char *buf, std::size_t len) |
| void | fwd (off_t len) |
| void | seek (off_t len) |
| void | close_ () |
Protected Attributes | |
| std::string | filename |
| int | fd |
| int | count |
| char | tmp [FS_GRAIN_SIZE] |
| void * | ptmp = &tmp[0] |
| bool | is_open |