Interface ChangeEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event,com.theoplayer.android.api.event.track.TrackEvent
public interface ChangeEvent implements TrackEvent<E>
Fired when the CHANGE event occurs for an audio track.
-
-
Method Summary
Modifier and Type Method Description abstract MediaTrack<AudioQuality>getTrack()The MediaTrack that changed. -
-
Method Detail
-
getTrack
@NonNull() abstract MediaTrack<AudioQuality> getTrack()
The MediaTrack that changed.
- Returns:
The MediaTrack that changed.
-
-
-
-