ClipContext.HasQuartileEvents Property

Gets or sets the HasQuartileEvents property. This value specifies whether the clip context has inserted quartile event markers into the clip.

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

Syntax

'Declaration

Public Property HasQuartileEvents As Boolean
    Get
    Friend Set
'Usage

Dim instance As ClipContext
Dim value As Boolean

value = instance.HasQuartileEvents
public bool HasQuartileEvents { get; internal set; }
public:
property bool HasQuartileEvents {
    bool get ();
    internal: void set (bool value);
}
member HasQuartileEvents : bool with get, internal set
function get HasQuartileEvents () : boolean
internal function set HasQuartileEvents (value : boolean)

Property Value

Type: System.Boolean
A Boolean value, true if the ClipContext has quartile events, otherwise false.

Remarks

Quartile markers indicate each 25 percent segment of the clip.

Version Information

Silverlight

Supported in: 5

See Also

Reference

ClipContext Class

Microsoft.Web.Media.SmoothStreaming Namespace