public abstract class

LocalStageStream

extends StageStream
java.lang.Object
   ↳ com.amazonaws.ivs.broadcast.StageStream
     ↳ com.amazonaws.ivs.broadcast.LocalStageStream
Known Direct Subclasses

Class Overview

This class represents either local audio stream or local video stream, and it is used in Stage.Strategy to guide SDK what stream to publish

Summary

Public Constructors
LocalStageStream(Device device, StageVideoConfiguration videoConfiguration, StageStream.Type type)
Public Methods
StageVideoConfiguration getVideoConfiguration()
abstract void setMuted(boolean muted)
setMuted mutes current LocalStageStream.
void setVideoConfiguration(StageVideoConfiguration videoConfiguration)
[Expand]
Inherited Methods
From class com.amazonaws.ivs.broadcast.StageStream
From class java.lang.Object

Public Constructors

public LocalStageStream (Device device, StageVideoConfiguration videoConfiguration, StageStream.Type type)

Public Methods

public StageVideoConfiguration getVideoConfiguration ()

public abstract void setMuted (boolean muted)

setMuted mutes current LocalStageStream.

Parameters
muted Mute the stream if it is true, and unmute the stream if it is false

public void setVideoConfiguration (StageVideoConfiguration videoConfiguration)