Package com.amazonaws.ivs.broadcast
Class SubscribeSimulcastConfiguration
java.lang.Object
com.amazonaws.ivs.broadcast.SubscribeSimulcastConfiguration
Configuration properties for a simulcast.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumA value representing which layer developer would like to receive as the first frame of video delivered to the stream. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionThis specify which layer a developer would like to receive as the first frame of video delivered to the stream.voidSets the initial layer preference. 
- 
Constructor Details
- 
SubscribeSimulcastConfiguration
public SubscribeSimulcastConfiguration() 
 - 
 - 
Method Details
- 
getInitialLayerPreference
This specify which layer a developer would like to receive as the first frame of video delivered to the stream. By default this is `InitialLayerPreference.LOWEST_QUALITY`.- Returns:
 
 - 
setInitialLayerPreference
public void setInitialLayerPreference(SubscribeSimulcastConfiguration.InitialLayerPreference preference) Sets the initial layer preference.- Parameters:
 preference- the desired initial preference
 
 -