|
AVBlocks for C++
1.9
Audio and Video Software Development Kit
|
Defines errors related to operations on streams. More...
Enumerations | |
| enum | Enum { Open = 1, Read = 2, Write = 3, Seek = 4, EOS = 5 } |
| StreamError::Enum. More... | |
Defines errors related to operations on streams.
| enum Enum |
| Open |
Could not open a user stream (primo::Stream). |
| Read |
Could not read from a user stream (primo::Stream). |
| Write |
Could not write to a user stream (primo::Stream). |
| Seek |
Could not seek in a user stream (primo::Stream). |
| EOS |
End of stream; no more data. |