Class VideoTrackListEventTypes
-
- All Implemented Interfaces:
public class VideoTrackListEventTypes
The types of VideoTrack List Events.
-
-
Field Summary
Fields Modifier and Type Field Description public final static EventType<AddTrackEvent>
ADDTRACK
public final static EventType<RemoveTrackEvent>
REMOVETRACK
public final static EventType<TrackListChangeEvent>
TRACKLISTCHANGE
-
Constructor Summary
Constructors Constructor Description VideoTrackListEventTypes()
-