public class DashBridge extends Object implements Serializable
DashBridge is used to decide when to apply DASH Bridge
single-period to multi-period
MPD conditioning. This should always be enabled when the
DASH manifest type is single-period.| Constructor and Description |
|---|
DashBridge() |
DashBridge(Boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Boolean |
getEnabled()
Gets the enabled value for this DashBridge.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setEnabled(Boolean enabled)
Sets the enabled value for this DashBridge.
|
String |
toString() |
public DashBridge()
public DashBridge(Boolean enabled)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
enabled - * Specifies whether to apply DASH Bridge single-period to multi-period
MPD conditioning.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2023. All rights reserved.