Package 

Enum TextTrackKind

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum TextTrackKind
    
                        

    The text track kind.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String type
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      METADATA

      The text track contains metadata. This track will not serve display purposes.

      CHAPTERS

      The text track contains chapter titles suitable for navigating the media resource.

      DESCRIPTIONS

      The text track contains descriptions, a textual description of the video.

      CAPTIONS

      The text track contains closed captions, a translation of dialogue and sound effects.

      SUBTITLES

      The text track contains subtitles.

    • Method Summary

      Modifier and Type Method Description
      static Array<TextTrackKind> values()
      static TextTrackKind valueOf(String name)
      String getType() The textual representation of the text track kind.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait