BitWriter.this

Creates a new gst.BitWriter.BitWriter instance with the given memory area. If initialized is TRUE it is possible to read size bits from the gst.BitWriter.BitWriter from the beginnig.

Free-function: gst_bit_writer_free

  1. this(GstBitWriter* gstBitWriter, bool ownedRef)
  2. this()
  3. this(ubyte* data, uint size, bool initialized)
    class BitWriter
    this
    (
    ubyte* data
    ,
    uint size
    ,)
  4. this(uint size, bool fixed)

Parameters

data ubyte*

Memory area for writing

size uint

Size of data in bytes

initialized bool

if TRUE the complete data can be read from the beginning

Return Value

Throws

ConstructionException GTK+ fails to create the object.