Package org.teamapps.dto
Class UiVideoInputDeviceInfo
java.lang.Object
org.teamapps.dto.UiVideoInputDeviceInfo
- All Implemented Interfaces:
UiObject
public class UiVideoInputDeviceInfo extends java.lang.Object implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields Modifier and Type Field Description protected intnativeHeightprotected intnativeWidth -
Constructor Summary
Constructors Constructor Description UiVideoInputDeviceInfo() -
Method Summary
Modifier and Type Method Description intgetNativeHeight()intgetNativeWidth()UiObjectTypegetUiObjectType()UiVideoInputDeviceInfosetNativeHeight(int nativeHeight)UiVideoInputDeviceInfosetNativeWidth(int nativeWidth)java.lang.StringtoString()
-
Field Details
-
nativeWidth
protected int nativeWidth -
nativeHeight
protected int nativeHeight
-
-
Constructor Details
-
UiVideoInputDeviceInfo
public UiVideoInputDeviceInfo()
-
-
Method Details
-
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
-
setNativeHeight
-