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 Summary
Fields Modifier and Type Field Description static BroadcastConfiguration
BASIC_LANDSCAPE
A preset that is usable with the Basic channel typestatic BroadcastConfiguration
BASIC_PORTRAIT
A preset that is usable with the Basic channel typestatic BroadcastConfiguration
GAMING_LANDSCAPE
static BroadcastConfiguration
GAMING_PORTRAIT
static BroadcastConfiguration
STANDARD_LANDSCAPE
A preset appropriate for streaming basic content in Landscape.static BroadcastConfiguration
STANDARD_PORTRAIT
A preset appropriate for streaming basic content in Portrait.
-
Constructor Summary
Constructors Constructor Description Configuration()
-
-
-
Field Detail
-
STANDARD_PORTRAIT
public static final BroadcastConfiguration STANDARD_PORTRAIT
A preset appropriate for streaming basic content in Portrait.
-
STANDARD_LANDSCAPE
public static final BroadcastConfiguration STANDARD_LANDSCAPE
A preset appropriate for streaming basic content in Landscape.
-
BASIC_LANDSCAPE
public static final BroadcastConfiguration BASIC_LANDSCAPE
A preset that is usable with the Basic channel type
-
BASIC_PORTRAIT
public static final BroadcastConfiguration BASIC_PORTRAIT
A preset that is usable with the Basic channel type
-
GAMING_LANDSCAPE
public static final BroadcastConfiguration GAMING_LANDSCAPE
-
GAMING_PORTRAIT
public static final BroadcastConfiguration GAMING_PORTRAIT
-
-