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 | |
---|---|---|
Context | Gets or sets the Context property. (Inherited from ClipEventArgs.) | |
Progress | Gets or sets the Progress property. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.