public class ContainerType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_FMP4 |
static String |
_HLS_AUDIO |
static String |
_TS |
static String |
_UNKNOWN |
static ContainerType |
FMP4 |
static ContainerType |
HLS_AUDIO |
static ContainerType |
TS |
static ContainerType |
UNKNOWN |
| Modifier | Constructor and Description |
|---|---|
protected |
ContainerType(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ContainerType |
fromString(String value) |
static ContainerType |
fromValue(String value) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue() |
int |
hashCode() |
Object |
readResolve() |
String |
toString() |
public static final String _TS
public static final String _FMP4
public static final String _HLS_AUDIO
public static final String _UNKNOWN
public static final ContainerType TS
public static final ContainerType FMP4
public static final ContainerType HLS_AUDIO
public static final ContainerType UNKNOWN
protected ContainerType(String value)
public String getValue()
public static ContainerType fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static ContainerType fromString(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
Copyright © 2022. All rights reserved.