ASS_Track typedef
ASS_Track = ass_track
ass track represent either an external script or a matroska subtitle stream (no real difference between them); it can be used in rendering after the headers are parsed (i.e. events format line read).
Implementation
typedef ASS_Track = ass_track;