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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiAudioInputDeviceInfogetAudioInputDeviceInfo()java.lang.StringgetComponentId()UiEventTypegetUiEventType()UiVideoInputDeviceInfogetVideoInputDeviceInfo()java.lang.StringtoString()
-
-
-
Field Detail
-
componentId
protected java.lang.String componentId
-
audioInputDeviceInfo
protected UiAudioInputDeviceInfo audioInputDeviceInfo
-
videoInputDeviceInfo
protected UiVideoInputDeviceInfo videoInputDeviceInfo
-
-
Constructor Detail
-
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 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
-
getAudioInputDeviceInfo
public UiAudioInputDeviceInfo getAudioInputDeviceInfo()
-
getVideoInputDeviceInfo
public UiVideoInputDeviceInfo getVideoInputDeviceInfo()
-
-