Object TextTrackType.Companion
-
- All Implemented Interfaces:
public class TextTrackType.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static TextTrackType.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final TextTrackTypefrom(String type)Creates a text track type state from a textual representation. -
-
Method Detail
-
from
final TextTrackType from(String type)
Creates a text track type state from a textual representation.
Default: TextTrackType.NONE
- Parameters:
type- The textual representation of the text track type.- Returns:
The text track type. (NonNull)
-
-
-
-