[ CCode ( has_construct_function = false ) ]
public Stream (string? stream_id, Caps? caps, StreamType type, StreamFlags flags)
Create a new Stream for the given stream_id
, caps
, type
and flags
stream_id |
the id for the new stream. If |
caps |
the Caps of the stream |
type |
the StreamType of the stream |
flags |
the StreamFlags of the stream |
The new Stream |