SmoothStreamingMediaElement.CurrentLinearClipContext Property

Gets the current linear clip context.

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

Syntax

'Declaration

Public Property CurrentLinearClipContext As ClipContext
    Get
    Private Set
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As ClipContext

value = instance.CurrentLinearClipContext
public ClipContext CurrentLinearClipContext { get; private set; }
public:
property ClipContext^ CurrentLinearClipContext {
    ClipContext^ get ();
    private: void set (ClipContext^ value);
}
member CurrentLinearClipContext : ClipContext with get, private set
function get CurrentLinearClipContext () : ClipContext
private function set CurrentLinearClipContext (value : ClipContext)

Property Value

Type: Microsoft.Web.Media.SmoothStreaming.ClipContext
The clip context.

Remarks

If no linear clip is playing, the context is nulla null reference (Nothing in Visual Basic).

Version Information

Silverlight

Supported in: 5

See Also

Reference

SmoothStreamingMediaElement Class

Microsoft.Web.Media.SmoothStreaming Namespace