Stream.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(string streamId, gst.caps.Caps caps, gst.types.StreamType type, gst.types.StreamFlags flags)

Create a new #GstStream for the given stream_id, caps, type and flags

Parameters

streamIdthe id for the new stream. If null, a new one will be automatically generated
capsthe #GstCaps of the stream
typethe #GstStreamType of the stream
flagsthe #GstStreamFlags of the stream

Returns

The new #GstStream