Uses of Enum Class
org.teamapps.dto.UiSourceMediaTrackType
-
Uses of UiSourceMediaTrackType in org.teamapps.dto
Fields in org.teamapps.dto declared as UiSourceMediaTrackTypeModifier and TypeFieldDescriptionprotected UiSourceMediaTrackTypeUiMediaSoupV3WebRtcClient.SourceMediaTrackEndedEvent.trackTypeMethods in org.teamapps.dto that return UiSourceMediaTrackTypeModifier and TypeMethodDescriptionUiMediaSoupV3WebRtcClient.SourceMediaTrackEndedEvent.getTrackType()static UiSourceMediaTrackTypeReturns the enum constant of this class with the specified name.static UiSourceMediaTrackType[]UiSourceMediaTrackType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.teamapps.dto with parameters of type UiSourceMediaTrackTypeModifierConstructorDescriptionSourceMediaTrackEndedEvent(String componentId, UiSourceMediaTrackType trackType)