Stream.this

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

  1. this(GstStream* gstStream, bool ownedRef)
  2. this(string streamId, Caps caps, GstStreamType type, GstStreamFlags flags)
    class Stream
    this
    (
    string streamId
    ,,
    GstStreamType type
    ,
    GstStreamFlags flags
    )

Parameters

streamId string

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

caps Caps

the #GstCaps of the stream

type GstStreamType

the #GstStreamType of the stream

flags GstStreamFlags

the #GstStreamFlags of the stream

Return Value

The new #GstStream

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

1.10