KindType enum
Values
- subtitles → const KindType
-
Subtitles provide translation of content that cannot be understood by the viewer. For example speech or text that is not English in an English language film.
const KindType('subtitles')
-
Closed captions provide a transcription and possibly a translation of audio. It may include important non-verbal information such as music cues or sound effects. It may indicate the cue's source (e.g. music, text, character). Suitable for users who are deaf or when the sound is muted.
const KindType('captions')
- descriptions → const KindType
-
Textual description of the video content. Suitable for users who are blind or where the video cannot be seen.
const KindType('descriptions')
- chapters → const KindType
-
Chapter titles are intended to be used when the user is navigating the media resource.
const KindType('chapters')
- metaData → const KindType
-
Tracks used by scripts. Not visible to the user.
const KindType('metadata')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- nativeValue → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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