Package com.amazonaws.ivs.broadcast
Class SubscribeSimulcastConfiguration
java.lang.Object
com.amazonaws.ivs.broadcast.SubscribeSimulcastConfiguration
Configuration properties for a simulcast.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
A value representing which layer developer would like to receive as the first frame of video delivered to the stream. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThis specify which layer a developer would like to receive as the first frame of video delivered to the stream.void
Sets 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
-