public static interface WOWZBroadcastAPI.AudioBroadcaster extends WOWZBroadcastAPI.Broadcaster
Modifier and Type | Method and Description |
---|---|
boolean |
isAudioEnabled()
Checks whether an audio broadcast component is enabled.
|
boolean |
isAudioPaused()
Checks whether an audio broadcast component is paused.
|
void |
setAudioEnabled(boolean enabled)
Sets the flag indicating that an audio broadcast component is enabled.
|
void |
setAudioPaused(boolean paused)
Sets the flag indicating that an audio broadcast component is paused.
|
getBroadcastConfig, getBroadcasterStatus, getStatus, prepareForBroadcast, startBroadcasting, stopBroadcasting
boolean isAudioEnabled()
void setAudioEnabled(boolean enabled)
enabled
- True if the component should be enabled; false otherwise.boolean isAudioPaused()
void setAudioPaused(boolean paused)
paused
- True if the component should be paused; false otherwise.© 2016 - 2018 Wowza Media Systems, LLC. All rights reserved. Terms | Privacy | Trademarks | Legal