Class SubscribeSimulcastConfiguration

java.lang.Object
com.amazonaws.ivs.broadcast.SubscribeSimulcastConfiguration

public class SubscribeSimulcastConfiguration extends Object
Configuration properties for a simulcast.
  • Constructor Details

    • SubscribeSimulcastConfiguration

      public SubscribeSimulcastConfiguration()
  • Method Details

    • getInitialLayerPreference

      public SubscribeSimulcastConfiguration.InitialLayerPreference getInitialLayerPreference()
      This specifies 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:
      The preferred initial layer for the first frame of delivered video.
    • setInitialLayerPreference

      public void setInitialLayerPreference(SubscribeSimulcastConfiguration.InitialLayerPreference preference)
      Set the initial layer preference.
      Parameters:
      preference - the desired initial preference