public static interface WZBroadcastAPI.VideoBroadcaster extends WZBroadcastAPI.Broadcaster
Modifier and Type | Method and Description |
---|---|
WZMediaConfig |
getVideoSourceConfig()
Returns configuration information for the video source
|
boolean |
isVideoEnabled()
Indicates if a broadcast component is enabled or not
|
boolean |
isVideoPaused()
Indicates if a broadcast component is paused or not
|
void |
setVideoEnabled(boolean enabled)
Set or unset the flag indicating that a broadcast component is enabled
|
void |
setVideoPaused(boolean paused)
Set or unset the flag indicating that a broadcast component is in a paused state
|
getBroadcastConfig, getBroadcasterStatus, getStatus, prepareForBroadcast, startBroadcasting, stopBroadcasting
WZMediaConfig getVideoSourceConfig()
boolean isVideoEnabled()
void setVideoEnabled(boolean enabled)
enabled
- true if the audio broadcast component should be enabled, false otherwiseboolean isVideoPaused()
void setVideoPaused(boolean paused)
paused
- true if the video broadcast component should be placed in a paused state, false otherwise© 2016 Wowza Media Systems, LLC. All rights reserved. Terms | Privacy | Trademarks | Legal