public final class AsfStreamType
extends com.aspose.ms.System.Enum
Defines ASF stream types.
Modifier and Type | Field and Description |
---|---|
static int |
Audio
ASF Audio Media.
|
static int |
Binary
ASF Binary Media.
|
static int |
Command
ASF Command Media.
|
static int |
DegradableJpeg
ASF Degradable JPEG Media.
|
static int |
FileTransfer
ASF File Transfer Media.
|
static int |
Jfif
ASF JFIF Media.
|
static int |
Undefined
Undefined stream type.
|
static int |
Video
ASF Video Media.
|
static int |
WebStreamFormat
ASF Web Stream Format.
|
static int |
WebStreamSubtype
ASF Web Stream Media Subtype.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Undefined
Undefined stream type.
public static final int Audio
ASF Audio Media.
public static final int Video
ASF Video Media.
public static final int Command
ASF Command Media.
public static final int Jfif
ASF JFIF Media.
public static final int DegradableJpeg
ASF Degradable JPEG Media.
public static final int FileTransfer
ASF File Transfer Media.
public static final int Binary
ASF Binary Media.
public static final int WebStreamSubtype
ASF Web Stream Media Subtype.
public static final int WebStreamFormat
ASF Web Stream Format.