StreamType
Description:
[ CCode ( cprefix = "GST_APP_STREAM_TYPE_" , type_id = "gst_app_stream_type_get_type ()" ) ]
[ GIR ( name = "AppStreamType" ) ]
public enum StreamType
Content:
Enum values:
- RANDOM_ACCESS - The stream is
seekable and seeking is fast, such as in a local file.
- SEEKABLE - The stream is seekable but
seeking might not be very fast, such as data from a webserver.
- STREAM - No seeking is supported in the
stream, such as a live stream.