Package org.teamapps.dto
Class UiVideoInputDeviceInfo
- java.lang.Object
-
- org.teamapps.dto.UiVideoInputDeviceInfo
-
-
Field Summary
Fields Modifier and Type Field Description protected intnativeHeightprotected intnativeWidth
-
Constructor Summary
Constructors Constructor Description UiVideoInputDeviceInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNativeHeight()intgetNativeWidth()UiObjectTypegetUiObjectType()UiVideoInputDeviceInfosetNativeHeight(int nativeHeight)UiVideoInputDeviceInfosetNativeWidth(int nativeWidth)java.lang.StringtoString()
-
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getNativeWidth
public int getNativeWidth()
-
getNativeHeight
public int getNativeHeight()
-
setNativeWidth
public UiVideoInputDeviceInfo setNativeWidth(int nativeWidth)
-
setNativeHeight
public UiVideoInputDeviceInfo setNativeHeight(int nativeHeight)
-
-