@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputLossBehavior extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
InputLossBehavior() |
| Modifier and Type | Method and Description |
|---|---|
InputLossBehavior |
clone() |
boolean |
equals(Object obj) |
Integer |
getBlackFrameMsec()
Documentation update needed
|
String |
getInputLossImageColor()
When input loss image type is "color" this field specifies the color to use.
|
InputLocation |
getInputLossImageSlate()
When input loss image type is "slate" these fields specify the parameters for accessing the slate.
|
String |
getInputLossImageType()
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
|
Integer |
getRepeatFrameMsec()
Documentation update needed
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBlackFrameMsec(Integer blackFrameMsec)
Documentation update needed
|
void |
setInputLossImageColor(String inputLossImageColor)
When input loss image type is "color" this field specifies the color to use.
|
void |
setInputLossImageSlate(InputLocation inputLossImageSlate)
When input loss image type is "slate" these fields specify the parameters for accessing the slate.
|
void |
setInputLossImageType(String inputLossImageType)
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
|
void |
setRepeatFrameMsec(Integer repeatFrameMsec)
Documentation update needed
|
String |
toString()
Returns a string representation of this object.
|
InputLossBehavior |
withBlackFrameMsec(Integer blackFrameMsec)
Documentation update needed
|
InputLossBehavior |
withInputLossImageColor(String inputLossImageColor)
When input loss image type is "color" this field specifies the color to use.
|
InputLossBehavior |
withInputLossImageSlate(InputLocation inputLossImageSlate)
When input loss image type is "slate" these fields specify the parameters for accessing the slate.
|
InputLossBehavior |
withInputLossImageType(InputLossImageType inputLossImageType)
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
|
InputLossBehavior |
withInputLossImageType(String inputLossImageType)
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
|
InputLossBehavior |
withRepeatFrameMsec(Integer repeatFrameMsec)
Documentation update needed
|
public void setBlackFrameMsec(Integer blackFrameMsec)
blackFrameMsec - Documentation update neededpublic Integer getBlackFrameMsec()
public InputLossBehavior withBlackFrameMsec(Integer blackFrameMsec)
blackFrameMsec - Documentation update neededpublic void setInputLossImageColor(String inputLossImageColor)
inputLossImageColor - When input loss image type is "color" this field specifies the color to use. Value: 6 hex characters
representing the values of RGB.public String getInputLossImageColor()
public InputLossBehavior withInputLossImageColor(String inputLossImageColor)
inputLossImageColor - When input loss image type is "color" this field specifies the color to use. Value: 6 hex characters
representing the values of RGB.public void setInputLossImageSlate(InputLocation inputLossImageSlate)
inputLossImageSlate - When input loss image type is "slate" these fields specify the parameters for accessing the slate.public InputLocation getInputLossImageSlate()
public InputLossBehavior withInputLossImageSlate(InputLocation inputLossImageSlate)
inputLossImageSlate - When input loss image type is "slate" these fields specify the parameters for accessing the slate.public void setInputLossImageType(String inputLossImageType)
inputLossImageType - Indicates whether to substitute a solid color or a slate into the output after input loss exceeds
blackFrameMsec.InputLossImageTypepublic String getInputLossImageType()
InputLossImageTypepublic InputLossBehavior withInputLossImageType(String inputLossImageType)
inputLossImageType - Indicates whether to substitute a solid color or a slate into the output after input loss exceeds
blackFrameMsec.InputLossImageTypepublic InputLossBehavior withInputLossImageType(InputLossImageType inputLossImageType)
inputLossImageType - Indicates whether to substitute a solid color or a slate into the output after input loss exceeds
blackFrameMsec.InputLossImageTypepublic void setRepeatFrameMsec(Integer repeatFrameMsec)
repeatFrameMsec - Documentation update neededpublic Integer getRepeatFrameMsec()
public InputLossBehavior withRepeatFrameMsec(Integer repeatFrameMsec)
repeatFrameMsec - Documentation update neededpublic String toString()
toString in class ObjectObject.toString()public InputLossBehavior clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.