Package org.teamapps.dto
Class UiWebRtcPublishingMediaSettings
java.lang.Object
org.teamapps.dto.UiWebRtcPublishingMediaSettings
- All Implemented Interfaces:
UiObject
public class UiWebRtcPublishingMediaSettings 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 UiAudioCodecaudioCodecprotected intaudioKiloBitsPerSecondprotected booleanscreenprotected booleanvideoprotected UiVideoCodecvideoCodecprotected intvideoFpsprotected intvideoHeightprotected intvideoKiloBitsPerSecondprotected intvideoWidth -
Constructor Summary
Constructors Constructor Description UiWebRtcPublishingMediaSettings() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
audio
protected boolean audio -
audioCodec
-
audioKiloBitsPerSecond
protected int audioKiloBitsPerSecond -
video
protected boolean video -
videoCodec
-
videoWidth
protected int videoWidth -
videoHeight
protected int videoHeight -
videoFps
protected int videoFps -
videoKiloBitsPerSecond
protected int videoKiloBitsPerSecond -
screen
protected boolean screen
-
-
Constructor Details
-
UiWebRtcPublishingMediaSettings
public UiWebRtcPublishingMediaSettings()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getAudio
public boolean getAudio() -
getAudioCodec
-
getAudioKiloBitsPerSecond
public int getAudioKiloBitsPerSecond() -
getVideo
public boolean getVideo() -
getVideoCodec
-
getVideoWidth
public int getVideoWidth() -
getVideoHeight
public int getVideoHeight() -
getVideoFps
public int getVideoFps() -
getVideoKiloBitsPerSecond
public int getVideoKiloBitsPerSecond() -
getScreen
public boolean getScreen() -
setAudio
-
setAudioCodec
-
setAudioKiloBitsPerSecond
-
setVideo
-
setVideoCodec
-
setVideoWidth
-
setVideoHeight
-
setVideoFps
-
setVideoKiloBitsPerSecond
-
setScreen
-