AsfExtendedStreamPropertyFlags

AsfExtendedStreamPropertyFlags enumeration

Defines ASF extended stream property flags.

[Flags]
public enum AsfExtendedStreamPropertyFlags : uint

Values

Name Value Description
Reliable 1 This digital media stream, if sent over a network, must be carried over a reliable data communications transport mechanism.
Seekable 2 This flag should be set only if the stream is seekable.
NoCleanpoints 2 The stream does not contain any cleanpoints.
ResendLiveCleanpoints 2 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.

See Also