Package org.teamapps.dto
Class UiMediaInputSettings
java.lang.Object
org.teamapps.dto.UiMediaInputSettings
- All Implemented Interfaces:
UiObject
public class UiMediaInputSettings 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 booleanaudioprotected intaudioKiloBitsPerSecondprotected booleanvideoprotected intvideoFpsprotected intvideoHeightprotected intvideoKiloBitsPerSecondprotected intvideoWidth -
Constructor Summary
Constructors Constructor Description UiMediaInputSettings() -
Method Summary
Modifier and Type Method Description booleangetAudio()intgetAudioKiloBitsPerSecond()UiObjectTypegetUiObjectType()booleangetVideo()intgetVideoFps()intgetVideoHeight()intgetVideoKiloBitsPerSecond()intgetVideoWidth()UiMediaInputSettingssetAudio(boolean audio)UiMediaInputSettingssetAudioKiloBitsPerSecond(int audioKiloBitsPerSecond)UiMediaInputSettingssetVideo(boolean video)UiMediaInputSettingssetVideoFps(int videoFps)UiMediaInputSettingssetVideoHeight(int videoHeight)UiMediaInputSettingssetVideoKiloBitsPerSecond(int videoKiloBitsPerSecond)UiMediaInputSettingssetVideoWidth(int videoWidth)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
audio
protected boolean audio -
audioKiloBitsPerSecond
protected int audioKiloBitsPerSecond -
video
protected boolean video -
videoWidth
protected int videoWidth -
videoHeight
protected int videoHeight -
videoFps
protected int videoFps -
videoKiloBitsPerSecond
protected int videoKiloBitsPerSecond
-
-
Constructor Details
-
UiMediaInputSettings
public UiMediaInputSettings()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getAudio
public boolean getAudio() -
getAudioKiloBitsPerSecond
public int getAudioKiloBitsPerSecond() -
getVideo
public boolean getVideo() -
getVideoWidth
public int getVideoWidth() -
getVideoHeight
public int getVideoHeight() -
getVideoFps
public int getVideoFps() -
getVideoKiloBitsPerSecond
public int getVideoKiloBitsPerSecond() -
setAudio
-
setAudioKiloBitsPerSecond
-
setVideo
-
setVideoWidth
-
setVideoHeight
-
setVideoFps
-
setVideoKiloBitsPerSecond
-