[ CCode ( cname = "gst_byte_reader_skip" ) ]
public bool skip (uint nbytes)
Skips nbytes
bytes of the ByteReader instance.
this |
a ByteReader instance |
nbytes |
the number of bytes to skip |
|