Share via


ClipContext.CurrentClipState Property

Gets the CurrentClipState property.

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

Syntax

'Declaration

Public ReadOnly Property CurrentClipState As MediaElementState
    Get
'Usage

Dim instance As ClipContext
Dim value As MediaElementState

value = instance.CurrentClipState
public MediaElementState CurrentClipState { get; }
public:
property MediaElementState CurrentClipState {
    MediaElementState get ();
}
member CurrentClipState : MediaElementState
function get CurrentClipState () : MediaElementState

Property Value

Type: System.Windows.Media.MediaElementState
State as specified by the System.Windows.Media.MediaElementState enumeration.

Remarks

Specifies the current state of the media element playing the clip.

Version Information

Silverlight

Supported in: 5

See Also

Reference

ClipContext Class

Microsoft.Web.Media.SmoothStreaming Namespace