BitWriter.putBytes

Write nbytes bytes of data to #GstBitWriter.

class BitWriter
bool
putBytes
(
ubyte[] data
)

Parameters

data ubyte[]

pointer of data to write

Return Value

Type: bool

true if successful, false otherwise.