ClipProgress Enumeration

Enumeration that specifies the stages of progress through a media clip.

Namespace:  Microsoft.Web.Media.SmoothStreaming
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public Enumeration ClipProgress
'Usage

Dim instance As ClipProgress
public enum ClipProgress
public enum class ClipProgress
type ClipProgress
public enum ClipProgress

Members

Member name Description
Start The media clip is at the start of its duration.
FirstQuartile The media clip has reached the end of the first 25% of its duration.
Midpoint The media clip is at the midpoint of its duration.
ThirdQuartile The media clip has reached the end of the third 25% of its duration.
Complete The media clip has reached the end.
Unknown The progress of the media clip is unknown.

Version Information

Silverlight

Supported in: 5

See Also

Reference

Microsoft.Web.Media.SmoothStreaming Namespace