Package 

Enum TextTrackReadyState

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

    
    public enum TextTrackReadyState
    
                        

    The ready state of a text track.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NONE

      Indicates that the text track's cues have not been obtained.

      LOADING

      The text track is loading. Further cues might still be added to the track by the parser.

      LOADED

      The text track has been loaded with no fatal errors.

      ERROR

      An error occurred while obtaining the cues for the track. One or more of the cues are likely missing and will not be obtained.