When I'm trying to write cue point with following code
cuePoint.Write(VInt.FromEncoded(0xB3), absoluteTimestamp); /* CueTime */
and absoluteTimestamp is 0. I'm getting 0xB3 0x80 in raw bytes instead of expected 0xB3 0x81 0x00
Am I doing something wrong?
When I'm trying to write cue point with following code
and
absoluteTimestampis0. I'm getting0xB3 0x80in raw bytes instead of expected0xB3 0x81 0x00Am I doing something wrong?