TextTrackImplMobile class 
 
    
    
    
  
    Constructors
    
        - 
          TextTrackImplMobile(String? id, int uid, String? label, String? language, String? kind, String? inBandMetadataTrackDispatchType, TextTrackReadyState readyState, TextTrackType type, Cues cues, Cues activeCues, String? source, bool isForced, TextTrackMode mode, THEOplayerNativeTextTracksAPI _nativeTextTrackAPI)
        
- 
          
        
 
    
  
    Properties
    
        - 
  activeCues
  → Cues
  
- 
  The list of active cues of the track.
  no setterinherited 
- 
  cues
  → Cues
  
- 
  The list of cues of the track.
  no setterinherited 
- 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  id
  → String?
  
- 
  The identifier of the media track.
  no setterinherited 
- 
  inBandMetadataTrackDispatchType
  → String?
  
- 
  The in-band metadata track dispatch type of the text track.
  no setterinherited 
- 
  isForced
  → bool
  
- 
  Indicates whether the track contains Forced Narrative cues. This may only be true for subtitle tracks where
  no setterinherited 
- 
  kind
  → String?
  
- 
  The kind of the media track, represented by a value from the following list:
  no setterinherited 
- 
  label
  → String?
  
- 
  The label of the media track.
  no setterinherited 
- 
  language
  → String?
  
- 
  The language of the media track.
  no setterinherited 
- 
  readyState
  → TextTrackReadyState
  
- 
  The ready state of the text track.
  no setterinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
- 
  source
  → String?
  
- 
  The source of the text track.
  no setterinherited 
- 
  type
  → TextTrackType
  
- 
  The content type of the text track.
  no setterinherited 
- 
  uid
  → int
  
- 
  A unique identifier of the media track.
Remarks:
  no setterinherited