Value | Meaning |
---|---|
STREAM0 | No seeking is supported in the stream, such as a live stream. |
SEEKABLE1 | The stream is seekable but seeking might not be very fast, such as data from a webserver. |
RANDOM_ACCESS2 | The stream is seekable and seeking is fast, such as in a local file. |
The stream type.