-
- All Implemented Interfaces:
public class AudioTrackEventTypes
The types of AudioTrack Events.
-
-
Field Summary
Fields Modifier and Type Field Description private final static EventTypeRegistry<TrackEvent, MediaTrackImpl<AudioQuality>>
registry
public final static EventType<TargetQualityChangedEvent>
TARGETQUALITYCHANGEDEVENT
public final static EventType<ActiveQualityChangedEvent>
ACTIVEQUALITYCHANGEDEVENT
-
Method Summary
Modifier and Type Method Description static EventTypeRegistry<TrackEvent, MediaTrackImpl<AudioQuality>>
getRegistry()
-
-
Method Detail
-
getRegistry
static EventTypeRegistry<TrackEvent, MediaTrackImpl<AudioQuality>> getRegistry()
-
-
-
-