| Package | Description |
|---|---|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
RenditionConfiguration |
RenditionConfiguration.clone() |
RenditionConfiguration |
CreateRecordingConfigurationRequest.getRenditionConfiguration()
Object that describes which renditions should be recorded for a stream.
|
RenditionConfiguration |
RecordingConfiguration.getRenditionConfiguration()
Object that describes which renditions should be recorded for a stream.
|
RenditionConfiguration |
RenditionConfiguration.withRenditions(Collection<String> renditions)
Indicates which renditions are recorded for a stream, if
renditionSelection is CUSTOM;
otherwise, this field is irrelevant. |
RenditionConfiguration |
RenditionConfiguration.withRenditions(RenditionConfigurationRendition... renditions)
Indicates which renditions are recorded for a stream, if
renditionSelection is CUSTOM;
otherwise, this field is irrelevant. |
RenditionConfiguration |
RenditionConfiguration.withRenditions(String... renditions)
Indicates which renditions are recorded for a stream, if
renditionSelection is CUSTOM;
otherwise, this field is irrelevant. |
RenditionConfiguration |
RenditionConfiguration.withRenditionSelection(RenditionConfigurationRenditionSelection renditionSelection)
Indicates which set of renditions are recorded for a stream.
|
RenditionConfiguration |
RenditionConfiguration.withRenditionSelection(String renditionSelection)
Indicates which set of renditions are recorded for a stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateRecordingConfigurationRequest.setRenditionConfiguration(RenditionConfiguration renditionConfiguration)
Object that describes which renditions should be recorded for a stream.
|
void |
RecordingConfiguration.setRenditionConfiguration(RenditionConfiguration renditionConfiguration)
Object that describes which renditions should be recorded for a stream.
|
CreateRecordingConfigurationRequest |
CreateRecordingConfigurationRequest.withRenditionConfiguration(RenditionConfiguration renditionConfiguration)
Object that describes which renditions should be recorded for a stream.
|
RecordingConfiguration |
RecordingConfiguration.withRenditionConfiguration(RenditionConfiguration renditionConfiguration)
Object that describes which renditions should be recorded for a stream.
|
Copyright © 2023. All rights reserved.