ass_track class

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).

Inheritance
Implemented types
Available extensions

Constructors

ass_track()

Properties

default_style int
index of default style
getter/setter pair
event_format Pointer<Char>
event format line
getter/setter pair
events Pointer<ASS_Event>
the same as styles
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Kerning int
0 or 1 (boolean)
getter/setter pair
Language Pointer<Char>
zero-terminated ISO-639-1 code
getter/setter pair
library1 Pointer<ASS_Library>
getter/setter pair
max_events int
getter/setter pair
max_styles int
amount allocated
getter/setter pair
n_events int
getter/setter pair
n_styles int
amount used
getter/setter pair
name Pointer<Char>
file name in case of external subs, 0 for streams
getter/setter pair
parser_priv Pointer<ASS_ParserPriv>
getter/setter pair
PlayResX int
Script header fields
getter/setter pair
PlayResY int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ScaledBorderAndShadow int
0 or 1 (boolean)
getter/setter pair
style_format Pointer<Char>
style format line (everything after "Format: ")
getter/setter pair
styles Pointer<ASS_Style>
array of styles, max_styles length, n_styles used
getter/setter pair
Timer double
getter/setter pair
track_type int
getter/setter pair
WrapStyle int
getter/setter pair
YCbCrMatrix int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited