Package org.teamapps.dto
Class UiWebRtcPublishingMediaSettings
- java.lang.Object
-
- org.teamapps.dto.UiWebRtcPublishingMediaSettings
-
-
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
-
-
-
Field Detail
-
audio
protected boolean audio
-
audioCodec
protected UiAudioCodec audioCodec
-
audioKiloBitsPerSecond
protected int audioKiloBitsPerSecond
-
video
protected boolean video
-
videoCodec
protected UiVideoCodec videoCodec
-
videoWidth
protected int videoWidth
-
videoHeight
protected int videoHeight
-
videoFps
protected int videoFps
-
videoKiloBitsPerSecond
protected int videoKiloBitsPerSecond
-
screen
protected boolean screen
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getAudio
public boolean getAudio()
-
getAudioCodec
public UiAudioCodec getAudioCodec()
-
getAudioKiloBitsPerSecond
public int getAudioKiloBitsPerSecond()
-
getVideo
public boolean getVideo()
-
getVideoCodec
public UiVideoCodec getVideoCodec()
-
getVideoWidth
public int getVideoWidth()
-
getVideoHeight
public int getVideoHeight()
-
getVideoFps
public int getVideoFps()
-
getVideoKiloBitsPerSecond
public int getVideoKiloBitsPerSecond()
-
getScreen
public boolean getScreen()
-
setAudio
public UiWebRtcPublishingMediaSettings setAudio(boolean audio)
-
setAudioCodec
public UiWebRtcPublishingMediaSettings setAudioCodec(UiAudioCodec audioCodec)
-
setAudioKiloBitsPerSecond
public UiWebRtcPublishingMediaSettings setAudioKiloBitsPerSecond(int audioKiloBitsPerSecond)
-
setVideo
public UiWebRtcPublishingMediaSettings setVideo(boolean video)
-
setVideoCodec
public UiWebRtcPublishingMediaSettings setVideoCodec(UiVideoCodec videoCodec)
-
setVideoWidth
public UiWebRtcPublishingMediaSettings setVideoWidth(int videoWidth)
-
setVideoHeight
public UiWebRtcPublishingMediaSettings setVideoHeight(int videoHeight)
-
setVideoFps
public UiWebRtcPublishingMediaSettings setVideoFps(int videoFps)
-
setVideoKiloBitsPerSecond
public UiWebRtcPublishingMediaSettings setVideoKiloBitsPerSecond(int videoKiloBitsPerSecond)
-
setScreen
public UiWebRtcPublishingMediaSettings setScreen(boolean screen)
-
-