GstAppStreamType

The stream type.

Values

ValueMeaning
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.

Meta