Package org.teamapps.dto
Class UiMediaSoupWebRtcClient.PlaybackProfileChangedEvent
- java.lang.Object
-
- org.teamapps.dto.UiMediaSoupWebRtcClient.PlaybackProfileChangedEvent
-
- All Implemented Interfaces:
UiEvent
- Enclosing class:
- UiMediaSoupWebRtcClient
public static class UiMediaSoupWebRtcClient.PlaybackProfileChangedEvent extends java.lang.Object implements UiEvent
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected UiMulticastPlaybackProfileprofile
-
Constructor Summary
Constructors Constructor Description PlaybackProfileChangedEvent()Deprecated.Only for Jackson deserialization.PlaybackProfileChangedEvent(java.lang.String componentId, UiMulticastPlaybackProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentId()UiMulticastPlaybackProfilegetProfile()UiEventTypegetUiEventType()java.lang.StringtoString()
-
-
-
Field Detail
-
componentId
protected java.lang.String componentId
-
profile
protected UiMulticastPlaybackProfile profile
-
-
Constructor Detail
-
PlaybackProfileChangedEvent
@Deprecated public PlaybackProfileChangedEvent()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
PlaybackProfileChangedEvent
public PlaybackProfileChangedEvent(java.lang.String componentId, UiMulticastPlaybackProfile profile)
-
-
Method Detail
-
getUiEventType
public UiEventType getUiEventType()
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()
- Specified by:
getComponentIdin interfaceUiEvent
-
getProfile
public UiMulticastPlaybackProfile getProfile()
-
-