Stream


Description:

[ 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

Parameters:

stream_id

the id for the new stream. If null, a new one will be automatically generated

caps

the Caps of the stream

type

the StreamType of the stream

flags

the StreamFlags of the stream

Returns:

The new Stream