Name
snd_seq_event_length -- calculate the length of event-byte-stream
Synopsis
int snd_seq_event_length
(snd_seq_event_t *ev);
Description
Calculates the length of decoded byte-stream from the specified event record.
If the event is variable length, the size is added with its data length.
Function returns the calculated length.