ByteReader.this

Create a new #GstByteReader instance, which will read from @data.

Free-function: gst_byte_reader_free

  1. this(GstByteReader* gstByteReader, bool ownedRef)
  2. this(ubyte[] data)
    class ByteReader
    this
    (
    ubyte[] data
    )

Parameters

data ubyte[]

data from which the #GstByteReader should read

Return Value

a new #GstByteReader instance

Throws

ConstructionException GTK+ fails to create the object.

Meta