Clapper.StreamType – clapper-0.0 Reference Manual
Packages
clapper-0.0
Clapper
StreamType
AUDIO
SUBTITLE
UNKNOWN
VIDEO
StreamType
Description:
[
CCode
( cprefix =
"CLAPPER_STREAM_TYPE_"
, type_id =
"clapper_stream_type_get_type ()"
) ]
public
enum
StreamType
Namespace:
Clapper
Package:
clapper-0.0
Content:
Enum values:
AUDIO
-
Stream is a
AudioStream
.
SUBTITLE
-
Stream is a
SubtitleStream
.
UNKNOWN
-
Unknown stream type.
VIDEO
-
Stream is a
VideoStream
.