public static final class

Presets.Configuration

extends Object
java.lang.Object
   ↳ com.amazonaws.ivs.broadcast.Presets.Configuration

Summary

Fields
public static final BroadcastConfiguration BASIC_LANDSCAPE A preset that is usable with the Basic channel type
public static final BroadcastConfiguration BASIC_PORTRAIT A preset that is usable with the Basic channel type
public static final BroadcastConfiguration GAMING_LANDSCAPE
public static final BroadcastConfiguration GAMING_PORTRAIT
public static final BroadcastConfiguration STANDARD_LANDSCAPE A preset appropriate for streaming basic content in Landscape.
public static final BroadcastConfiguration STANDARD_PORTRAIT A preset appropriate for streaming basic content in Portrait.
Public Constructors
Configuration()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final BroadcastConfiguration BASIC_LANDSCAPE

A preset that is usable with the Basic channel type

public static final BroadcastConfiguration BASIC_PORTRAIT

A preset that is usable with the Basic channel type

public static final BroadcastConfiguration GAMING_LANDSCAPE

public static final BroadcastConfiguration GAMING_PORTRAIT

public static final BroadcastConfiguration STANDARD_LANDSCAPE

A preset appropriate for streaming basic content in Landscape.

public static final BroadcastConfiguration STANDARD_PORTRAIT

A preset appropriate for streaming basic content in Portrait.

Public Constructors

public Configuration ()