SmoothStreamingMediaElement.OnClipProgressUpdate Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Handles a progress event that occurs while playing a media clip.
Namespace: Microsoft.Web.Media.SmoothStreaming
Assembly: Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)
Syntax
'Declaration
Protected Overridable Sub OnClipProgressUpdate ( _
e As ClipPlaybackEventArgs _
)
'Usage
Dim e As ClipPlaybackEventArgs
Me.OnClipProgressUpdate(e)
protected virtual void OnClipProgressUpdate(
ClipPlaybackEventArgs e
)
protected:
virtual void OnClipProgressUpdate(
ClipPlaybackEventArgs^ e
)
protected function OnClipProgressUpdate(
e : ClipPlaybackEventArgs
)
Parameters
Remarks
For more information, see Events (IIS Smooth Streaming).
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see https://msdn.microsoft.com/en-us/library/8skskf63(v=vs.90).
See Also
Reference
SmoothStreamingMediaElement Class