ClipPlaybackEventArgs Class

Class that contains event data for a media clip event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Web.Media.SmoothStreaming.ClipEventArgs
      Microsoft.Web.Media.SmoothStreaming.ClipPlaybackEventArgs

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

Syntax

'Declaration

Public Class ClipPlaybackEventArgs _
    Inherits ClipEventArgs
'Usage

Dim instance As ClipPlaybackEventArgs
public class ClipPlaybackEventArgs : ClipEventArgs
public ref class ClipPlaybackEventArgs : public ClipEventArgs
type ClipPlaybackEventArgs =  
    class
        inherit ClipEventArgs
    end
public class ClipPlaybackEventArgs extends ClipEventArgs

The ClipPlaybackEventArgs type exposes the following members.

Properties

  Name Description
Public property Context Gets or sets the Context property. (Inherited from ClipEventArgs.)
Public property Progress Gets or sets the Progress property.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Version Information

Silverlight

Supported in: 5

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Web.Media.SmoothStreaming Namespace