public static interface WZBroadcastAPI.AudioBroadcaster extends WZBroadcastAPI.Broadcaster
Modifier and Type | Method and Description |
---|---|
boolean |
isAudioEnabled()
Indicates if a broadcast component is enabled or not
|
boolean |
isAudioPaused()
Indicates if a broadcast component is paused or not
|
void |
setAudioEnabled(boolean enabled)
Set or unset the flag indicating that a broadcast component is enabled
|
void |
setAudioPaused(boolean paused)
Set or unset the flag indicating that a broadcast component is in a paused state
|
getBroadcastConfig, getBroadcasterStatus, getStatus, prepareForBroadcast, startBroadcasting, stopBroadcasting
boolean isAudioEnabled()
void setAudioEnabled(boolean enabled)
enabled
- true if the audio broadcast component should be enabled, false otherwiseboolean isAudioPaused()
void setAudioPaused(boolean paused)
paused
- true if the audio broadcast component should be placed in a paused state, false otherwise© 2016 Wowza Media Systems, LLC. All rights reserved. Terms | Privacy | Trademarks | Legal