BitWriter.this

Creates a new #GstBitWriter instance with the given memory area. If @initialized is %TRUE it is possible to read @size bits from the #GstBitWriter 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

a new #GstBitWriter instance

Throws

ConstructionException GTK+ fails to create the object.

Meta