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 Details

    • nativeWidth

      protected int nativeWidth
    • nativeHeight

      protected int nativeHeight
  • Constructor Details

    • UiVideoInputDeviceInfo

      public UiVideoInputDeviceInfo()
  • Method Details

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getNativeWidth

      public int getNativeWidth()
    • getNativeHeight

      public int getNativeHeight()
    • setNativeWidth

      public UiVideoInputDeviceInfo setNativeWidth​(int nativeWidth)
    • setNativeHeight

      public UiVideoInputDeviceInfo setNativeHeight​(int nativeHeight)