BitWriter.putBytes

Write @nbytes bytes of @data to #GstBitWriter.

class BitWriter
bool
putBytes
(
ubyte* data
,
uint nbytes
)

Parameters

data ubyte*

pointer of data to write

nbytes uint

number of bytes to write

Return Value

Type: bool

%TRUE if successful, %FALSE otherwise.

Meta