Uses of Class
org.teamapps.dto.UiSourceMediaTrackType
-
Uses of UiSourceMediaTrackType in org.teamapps.dto
Fields in org.teamapps.dto declared as UiSourceMediaTrackType Modifier and Type Field Description protected UiSourceMediaTrackTypeUiMediaSoupV3WebRtcClient.SourceMediaTrackEndedEvent. trackTypeMethods in org.teamapps.dto that return UiSourceMediaTrackType Modifier and Type Method Description UiSourceMediaTrackTypeUiMediaSoupV3WebRtcClient.SourceMediaTrackEndedEvent. getTrackType()static UiSourceMediaTrackTypeUiSourceMediaTrackType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiSourceMediaTrackType[]UiSourceMediaTrackType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.dto with parameters of type UiSourceMediaTrackType Constructor Description SourceMediaTrackEndedEvent(java.lang.String componentId, UiSourceMediaTrackType trackType)