public class Scte35SettingsInfo extends AbstractModel
Constructor and Description |
---|
Scte35SettingsInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getBehavior()
Get Whether to pass through SCTE-35 information.
|
void |
setBehavior(String Behavior)
Set Whether to pass through SCTE-35 information.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getBehavior()
public void setBehavior(String Behavior)
Behavior
- Whether to pass through SCTE-35 information. Valid values: NO_PASSTHROUGH/PASSTHROUGH. Default value: NO_PASSTHROUGH.Copyright © 2020. All rights reserved.