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