[ 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.
| this |
a BitWriter instance |
| trailing_bit |
trailing bits of last byte, 0 or 1 |
|
true if successful, false otherwise. |