Package org.teamapps.dto
Class UiLiveStreamComponent.ResultOfRequestInputDeviceInfoEvent
java.lang.Object
org.teamapps.dto.UiLiveStreamComponent.ResultOfRequestInputDeviceInfoEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
UiLiveStreamComponent
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected UiAudioInputDeviceInfoprotected Stringprotected UiVideoInputDeviceInfo -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.ResultOfRequestInputDeviceInfoEvent(String componentId, UiAudioInputDeviceInfo audioInputDeviceInfo, UiVideoInputDeviceInfo videoInputDeviceInfo) -
Method Summary
-
Field Details
-
componentId
-
audioInputDeviceInfo
-
videoInputDeviceInfo
-
-
Constructor Details
-
ResultOfRequestInputDeviceInfoEvent
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ResultOfRequestInputDeviceInfoEvent
public ResultOfRequestInputDeviceInfoEvent(String componentId, UiAudioInputDeviceInfo audioInputDeviceInfo, UiVideoInputDeviceInfo videoInputDeviceInfo)
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiEvent
-
getAudioInputDeviceInfo
-
getVideoInputDeviceInfo
-