[ CCode ( cname = "gst_byte_reader_get_uint8" ) ]
public bool get_uint8 (out uint8 val)
Read an unsigned 8 bit integer into val and update the current position.
| this |
a ByteReader instance |
| val |
Pointer to a uint8 to store the result |
|
true if successful, false otherwise. |