AsfStreamType
Inheritance: java.lang.Object, java.lang.Enum
All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue
public enum AsfStreamType extends Enum<AsfStreamType> implements IEnumValue
Defines ASF stream types.
Fields
Field | Description |
---|---|
Undefined | Undefined stream type. |
Audio | ASF Audio Media. |
Video | ASF Video Media. |
Command | ASF Command Media. |
Jfif | ASF JFIF Media. |
DegradableJpeg | ASF Degradable JPEG Media. |
FileTransfer | ASF File Transfer Media. |
Binary | ASF Binary Media. |
WebStreamSubtype | ASF Web Stream Media Subtype. |
WebStreamFormat | ASF Web Stream Format. |
Methods
Undefined
public static final AsfStreamType Undefined
Undefined stream type.
Audio
public static final AsfStreamType Audio
ASF Audio Media.
Video
public static final AsfStreamType Video
ASF Video Media.
Command
public static final AsfStreamType Command
ASF Command Media.
Jfif
public static final AsfStreamType Jfif
ASF JFIF Media.
DegradableJpeg
public static final AsfStreamType DegradableJpeg
ASF Degradable JPEG Media.
FileTransfer
public static final AsfStreamType FileTransfer
ASF File Transfer Media.
Binary
public static final AsfStreamType Binary
ASF Binary Media.
WebStreamSubtype
public static final AsfStreamType WebStreamSubtype
ASF Web Stream Media Subtype.
WebStreamFormat
public static final AsfStreamType WebStreamFormat
ASF Web Stream Format.
values()
public static AsfStreamType[] values()
Returns: com.groupdocs.metadata.core.AsfStreamType[]
valueOf(String name)
public static AsfStreamType valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: AsfStreamType
getByRawValue(int rawValue)
public static AsfStreamType getByRawValue(int rawValue)
Parameters:
Parameter | Type | Description |
---|---|---|
rawValue | int |
Returns: AsfStreamType
getFirst()
public static IEnumValue getFirst()
Returns: IEnumValue
getAllValues()
public Object[] getAllValues()
Returns the array of all values defined in the class.
Returns: java.lang.Object[]
getEnumValueByRawValue(int rawValue)
public IEnumValue getEnumValueByRawValue(int rawValue)
Returns the enumeration value by the raw value associated with it.
Parameters:
Parameter | Type | Description |
---|---|---|
rawValue | int |
Returns: IEnumValue
getEnumValueByName(String name)
public IEnumValue getEnumValueByName(String name)
Returns the enumeration value by its name.
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: IEnumValue
getRawValueType()
public RawIntegerType getRawValueType()
Returns the underlying type of the raw value of this enumeration value.
Returns: RawIntegerType
getRawValue()
public int getRawValue()
Returns the raw value of this enumeration value.
Returns: int