align_bytes


Description:

[ CCode ( cname = "gst_bit_writer_align_bytes" ) ]
public bool align_bytes (uint8 trailing_bit)

Write trailing bit to align last byte of data.

trailing_bit can only be 1 or 0.

Parameters:

this

a BitWriter instance

trailing_bit

trailing bits of last byte, 0 or 1

Returns:

true if successful, false otherwise.