Package com.amazonaws.ivs.broadcast
Class Presets.Configuration
- java.lang.Object
- 
- com.amazonaws.ivs.broadcast.Presets.Configuration
 
- 
- Enclosing class:
- Presets
 
 public static final class Presets.Configuration extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static BroadcastConfigurationBASIC_LANDSCAPEA preset that is usable with the Basic channel typestatic BroadcastConfigurationBASIC_PORTRAITA preset that is usable with the Basic channel typestatic BroadcastConfigurationGAMING_LANDSCAPEstatic BroadcastConfigurationGAMING_PORTRAITstatic BroadcastConfigurationSTANDARD_LANDSCAPEA preset appropriate for streaming basic content in Landscape.static BroadcastConfigurationSTANDARD_PORTRAITA preset appropriate for streaming basic content in Portrait.
 - 
Constructor SummaryConstructors Constructor Description Configuration()
 
- 
- 
- 
Field Detail- 
STANDARD_PORTRAITpublic static final BroadcastConfiguration STANDARD_PORTRAIT A preset appropriate for streaming basic content in Portrait.
 - 
STANDARD_LANDSCAPEpublic static final BroadcastConfiguration STANDARD_LANDSCAPE A preset appropriate for streaming basic content in Landscape.
 - 
BASIC_LANDSCAPEpublic static final BroadcastConfiguration BASIC_LANDSCAPE A preset that is usable with the Basic channel type
 - 
BASIC_PORTRAITpublic static final BroadcastConfiguration BASIC_PORTRAIT A preset that is usable with the Basic channel type
 - 
GAMING_LANDSCAPEpublic static final BroadcastConfiguration GAMING_LANDSCAPE 
 - 
GAMING_PORTRAITpublic static final BroadcastConfiguration GAMING_PORTRAIT 
 
- 
 
-