Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Field and Description |
---|---|
static AsfExtendedStreamPropertyFlags |
AsfExtendedStreamPropertyFlags.NoCleanpoints
The stream does not contain any cleanpoints.
|
static AsfExtendedStreamPropertyFlags |
AsfExtendedStreamPropertyFlags.Reliable
This digital media stream, if sent over a network, must be carried over a reliable data communications transport mechanism.
|
static AsfExtendedStreamPropertyFlags |
AsfExtendedStreamPropertyFlags.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 AsfExtendedStreamPropertyFlags |
AsfExtendedStreamPropertyFlags.Seekable
This flag should be set only if the stream is seekable.
|
Modifier and Type | Method and Description |
---|---|
static AsfExtendedStreamPropertyFlags |
AsfExtendedStreamPropertyFlags.getByRawValue(int rawValue) |
AsfExtendedStreamPropertyFlags |
AsfBaseStreamProperty.getFlags()
Gets the flags.
|