| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
FecOutputSettings |
FecOutputSettings.clone() |
FecOutputSettings |
UdpOutputSettings.getFecOutputSettings()
Settings for enabling and adjusting Forward Error Correction on UDP outputs.
|
FecOutputSettings |
FecOutputSettings.withColumnDepth(Integer columnDepth)
Parameter D from SMPTE 2022-1.
|
FecOutputSettings |
FecOutputSettings.withIncludeFec(FecOutputIncludeFec includeFec)
Enables column only or column and row based FEC
|
FecOutputSettings |
FecOutputSettings.withIncludeFec(String includeFec)
Enables column only or column and row based FEC
|
FecOutputSettings |
FecOutputSettings.withRowLength(Integer rowLength)
Parameter L from SMPTE 2022-1.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UdpOutputSettings.setFecOutputSettings(FecOutputSettings fecOutputSettings)
Settings for enabling and adjusting Forward Error Correction on UDP outputs.
|
UdpOutputSettings |
UdpOutputSettings.withFecOutputSettings(FecOutputSettings fecOutputSettings)
Settings for enabling and adjusting Forward Error Correction on UDP outputs.
|
Copyright © 2019. All rights reserved.