Package 

Enum TextTrackType

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

    
    public enum TextTrackType
    
                        

    The content type of a text track.

    • 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
      DATERANGE

      The track contains HLS EXT-X-DATERANGE content.

      CEA608

      The track contains CEA608 content.

      ID3

      The track contains ID3 content.

      EVENTSTREAM

      The track contains Event Stream content.

      EMSG

      The track contains emsg (Event Message) content.

      WEBVTT

      The track contains WebVTT (Web Video Text Tracks) content.

      TTML

      The track contains TTML (Timed Text Markup Language) content.

      SRT

      The track contains SRT (SubRip Text) content.

      NONE

      The type of the tracks contents is unknown.