java.lang.Object |
↳ |
com.amazonaws.ivs.broadcast.BroadcastConfiguration.Mixer |
Class Overview
Audio and Video Mixer properties. The canvas size will be the same as the size specified
in the Video properties.
The mixer renders on-screen and audible elements, called "Slots", to the final mix. You can
bind and unbind Audio and Image devices to the mixer. See Mixer.bind and Mixer.unbind.
Summary
Nested Classes |
class |
BroadcastConfiguration.Mixer.Slot |
A slot represents an on-screen and audible element that can be transitioned over time and
bound and unbound to input devices. |
[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
Public Methods