Package com.amazonaws.ivs.broadcast
Class BroadcastConfiguration
java.lang.Object
com.amazonaws.ivs.broadcast.BroadcastConfiguration
Configuration properties for a BroadcastSession
Changing any properties on this object after providing it to `BroadcastSession` will not have any effect.
A copy of the configuration is made and kept internally.
To make changes to the session live, use the `BroadcastSession.getMixer()` APIs, or `BroadcastSession.setLogLevel`.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The AspectMode determines how an image's aspect ratio will be maintained.static class
static enum
static enum
Profiles for the automatic video bitrate behavior.static class
An object that can configure SDK auto-reconnect functionality.static enum
static class
Audio and Video Mixer properties.static class
static class
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionIn order to catch logs at a more granular level than `Error` during the initialization process, you will need to use this property instead of the `BroadcastSession.setLogLevel` API. -
Constructor Summary
-
Method Summary
-
Field Details
-
audio
-
video
-
mixer
-
network
-
autoReconnect
-
logLevel
In order to catch logs at a more granular level than `Error` during the initialization process, you will need to use this property instead of the `BroadcastSession.setLogLevel` API.
-
-
Constructor Details
-
BroadcastConfiguration
public BroadcastConfiguration()
-
-
Method Details
-
changing
-
with
-