Enumeration (GI Enum)

GstApp-1.0GstAppAppStreamType

The stream type.

Index

Enumeration Members

Enumeration Members

RANDOM_ACCESS: number

The stream is seekable and seeking is fast, such as in a local file.

SEEKABLE: number

The stream is seekable but seeking might not be very fast, such as data from a webserver.

STREAM: number

No seeking is supported in the stream, such as a live stream.