StreamCollection
Added in version 1.10.
Superclasses: Object
, InitiallyUnowned
, Object
- Constructors:
StreamCollection(**properties)
new(upstream_id:str=None) -> Gst.StreamCollection
Constructors
- class StreamCollection
- classmethod new(upstream_id: str | None = None) StreamCollection
Create a new
StreamCollection
.Added in version 1.10.
- Parameters:
upstream_id – The stream id of the parent stream
Methods
- class StreamCollection
- add_stream(stream: Stream) bool
Add the given
stream
to thecollection
.Added in version 1.10.
- Parameters:
stream – the
Stream
to add