Stream.this

Create a new gstreamer.Stream 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
    ,,,
    GstStreamFlags flags
    )

Parameters

streamId string

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

caps Caps

the gstreamer.Caps of the stream

type GstStreamType

the GstStreamType of the stream

flags GstStreamFlags

the GstStreamFlags of the stream

Return Value

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

1.10