public final class AsfExtendedStreamPropertyFlags
extends com.aspose.ms.System.Enum
Defines ASF extended stream property flags.
Modifier and Type | Field and Description |
---|---|
static long |
NoCleanpoints
The stream does not contain any cleanpoints.
|
static long |
Reliable
This digital media stream, if sent over a network, must be carried over a reliable data communications transport mechanism.
|
static long |
ResendLiveCleanpoints
A stream is joined in mid-transmission, all information from the most recent
cleanpoint up to the current time should be sent before normal streaming begins at the current time.
|
static long |
Seekable
This flag should be set only if the stream is seekable.
|
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 Reliable
This digital media stream, if sent over a network, must be carried over a reliable data communications transport mechanism.
public static final long Seekable
This flag should be set only if the stream is seekable.
public static final long NoCleanpoints
The stream does not contain any cleanpoints.
public static final long ResendLiveCleanpoints
A stream is joined in mid-transmission, all information from the most recent cleanpoint up to the current time should be sent before normal streaming begins at the current time.