Interface CueChangeEvent
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.theoplayer.android.api.event.Event,com.theoplayer.android.api.event.track.TrackEvent
 
 public interface CueChangeEvent implements TrackEvent<E> 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract TextTrackgetTextTrack()The TextTrack for which the TextTrackCue changed. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getTextTrackabstract TextTrack getTextTrack() The TextTrack for which the TextTrackCue changed. - Returns:
- The TextTrack for which the TextTrackCue changed. 
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-