BitReader.this

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

Free-function: gst_bit_reader_free

  1. this(GstBitReader* gstBitReader, bool ownedRef)
  2. this(ubyte[] data)
    class BitReader
    this
    (
    ubyte[] data
    )

Parameters

data ubyte[]

Data from which the #GstBitReader should read

Return Value

a new #GstBitReader instance

Throws

ConstructionException GTK+ fails to create the object.

Meta