Interface QualityChangedEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.track.TrackEvent
public interface QualityChangedEvent<Q extends Quality, E extends QualityChangedEvent<Q, E>> implements TrackEvent<E>
The Quality changed Event.
-
-
Method Summary
Modifier and Type Method Description abstract Q
getQuality()
The new quality of the track. -
-
Method Detail
-
getQuality
abstract Q getQuality()
The new quality of the track.
- This quality can be VideoQuality or AudioQuality.
- Returns:
The new quality of the track.
-
-
-
-