public final class AsfFilePropertyFlags
extends com.aspose.ms.System.Enum
Defines ASF file property flags.
Modifier and Type | Field and Description |
---|---|
static long |
Broadcast
Specifies, that a file is in the process of being created,
and thus that various values stored in the header objects are invalid.
|
static long |
Seekable
Specifies, that a file is seekable.
|
static long |
Undefined
The undefined flag.
|
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 long Undefined
The undefined flag.
public static final long Broadcast
Specifies, that a file is in the process of being created, and thus that various values stored in the header objects are invalid.
public static final long Seekable
Specifies, that a file is seekable.