| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
InputClipping |
InputClipping.clone() |
InputClipping |
InputClipping.withEndTimecode(String endTimecode)
Set End timecode to the end of the portion of the input you are clipping.
|
InputClipping |
InputClipping.withStartTimecode(String startTimecode)
Set Start timecode to the beginning of the portion of the input you are clipping.
|
| Modifier and Type | Method and Description |
|---|---|
List<InputClipping> |
Input.getInputClippings()
Contains sets of start and end times that together specify a portion of the input to be used in the outputs.
|
List<InputClipping> |
InputTemplate.getInputClippings()
Contains sets of start and end times that together specify a portion of the input to be used in the outputs.
|
| Modifier and Type | Method and Description |
|---|---|
Input |
Input.withInputClippings(InputClipping... inputClippings)
Contains sets of start and end times that together specify a portion of the input to be used in the outputs.
|
InputTemplate |
InputTemplate.withInputClippings(InputClipping... inputClippings)
Contains sets of start and end times that together specify a portion of the input to be used in the outputs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Input.setInputClippings(Collection<InputClipping> inputClippings)
Contains sets of start and end times that together specify a portion of the input to be used in the outputs.
|
void |
InputTemplate.setInputClippings(Collection<InputClipping> inputClippings)
Contains sets of start and end times that together specify a portion of the input to be used in the outputs.
|
Input |
Input.withInputClippings(Collection<InputClipping> inputClippings)
Contains sets of start and end times that together specify a portion of the input to be used in the outputs.
|
InputTemplate |
InputTemplate.withInputClippings(Collection<InputClipping> inputClippings)
Contains sets of start and end times that together specify a portion of the input to be used in the outputs.
|
Copyright © 2025. All rights reserved.