java.lang.Object |
↳ |
com.amazonaws.ivs.broadcast.BroadcastConfiguration |
Class Overview
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`.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
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.
Public Constructors
public
BroadcastConfiguration
()
Public Methods