BitReader.this

Create a new gst.BitReader.BitReader 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 gst.BitReader.BitReader should read

Return Value

Throws

ConstructionException GTK+ fails to create the object.