Description | Hierarchy | Fields | Methods | Properties |
type TVstEvent = packed record
EventType: TVSTEventType; |
ByteSize: LongInt; |
DeltaFrames: LongInt; |
Flags: LongInt; |
Data: array[0..15] of Byte; |
EventType: TVSTEventType; |
a generic timestamped event |
ByteSize: LongInt; |
see above |
DeltaFrames: LongInt; |
of this event, excl. type and ByteSize |
Flags: LongInt; |
sample frames related to the current block start sample position |
Data: array[0..15] of Byte; |
generic flags, none defined yet (0) |