Clapper.Stream¶
- Subclasses:
Clapper.AudioStream
,Clapper.SubtitleStream
,Clapper.VideoStream
Methods¶
- Inherited:
- Structs:
|
Virtual Methods¶
- Inherited:
|
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co/en |
|||
r/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Clapper.Stream(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Represents a stream within media.
- get_stream_type()¶
- Returns:
type of stream.
- Return type:
Get the
Clapper.StreamType
of self.
- do_internal_stream_updated(caps, tags) virtual¶
- Parameters:
tags (
Gst.TagList
orNone
) – an updatedGst.TagList
if changed
This function is called when internal
Gst.Stream
gets updated. Meant for internal usage only. Used for subclasses to update their properties accordingly.Note that this vfunc is called from different threads.
Property Details¶
- Clapper.Stream.props.stream_type¶
- Name:
stream-type
- Type:
- Default Value:
- Flags:
Type of stream.
- Clapper.Stream.props.title¶
- Name:
title
- Type:
- Default Value:
- Flags:
Title of stream.