public static interface WOWZBroadcastAPI.VideoBroadcaster extends WOWZBroadcastAPI.Broadcaster
Modifier and Type | Method and Description |
---|---|
WOWZMediaConfig |
getVideoSourceConfig()
Gets configuration information for the video source.
|
boolean |
isVideoEnabled()
Checks whether a video broadcast component is enabled.
|
boolean |
isVideoPaused()
Checks whether a video broadcast component is paused.
|
void |
setVideoEnabled(boolean enabled)
Sets the flag indicating that a video broadcast component is enabled.
|
void |
setVideoPaused(boolean paused)
Sets the flag indicating that a video broadcast component is paused.
|
getBroadcastConfig, getBroadcasterStatus, getStatus, prepareForBroadcast, startBroadcasting, stopBroadcasting
WOWZMediaConfig getVideoSourceConfig()
boolean isVideoEnabled()
void setVideoEnabled(boolean enabled)
enabled
- True if the component should be enabled; false otherwise.boolean isVideoPaused()
void setVideoPaused(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