Package org.teamapps.dto
Class UiLiveStreamComponent.ResultOfRequestInputDeviceInfoEvent
java.lang.Object
org.teamapps.dto.UiLiveStreamComponent.ResultOfRequestInputDeviceInfoEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
- UiLiveStreamComponent
public static class UiLiveStreamComponent.ResultOfRequestInputDeviceInfoEvent extends java.lang.Object implements UiEvent
-
Field Summary
Fields Modifier and Type Field Description protected UiAudioInputDeviceInfoaudioInputDeviceInfoprotected java.lang.StringcomponentIdprotected UiVideoInputDeviceInfovideoInputDeviceInfo -
Constructor Summary
Constructors Constructor Description ResultOfRequestInputDeviceInfoEvent()Deprecated.Only for Jackson deserialization.ResultOfRequestInputDeviceInfoEvent(java.lang.String componentId, UiAudioInputDeviceInfo audioInputDeviceInfo, UiVideoInputDeviceInfo videoInputDeviceInfo) -
Method Summary
Modifier and Type Method Description UiAudioInputDeviceInfogetAudioInputDeviceInfo()java.lang.StringgetComponentId()UiEventTypegetUiEventType()UiVideoInputDeviceInfogetVideoInputDeviceInfo()java.lang.StringtoString()
-
Field Details
-
componentId
protected java.lang.String componentId -
audioInputDeviceInfo
-
videoInputDeviceInfo
-
-
Constructor Details
-
ResultOfRequestInputDeviceInfoEvent
@Deprecated public ResultOfRequestInputDeviceInfoEvent()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ResultOfRequestInputDeviceInfoEvent
public ResultOfRequestInputDeviceInfoEvent(java.lang.String componentId, UiAudioInputDeviceInfo audioInputDeviceInfo, UiVideoInputDeviceInfo videoInputDeviceInfo)
-
-
Method Details
-
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
-
getAudioInputDeviceInfo
-
getVideoInputDeviceInfo
-