TimelineEvent Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Class to represent events in the progression of media playback.

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

Syntax

'Declaration
Public Class TimelineEvent _
    Implements IComparable
'Usage
Dim instance As TimelineEvent
public class TimelineEvent : IComparable
public ref class TimelineEvent : IComparable
public class TimelineEvent implements IComparable

Remarks

For more information and code scenarios, see Timeline Markers and Events (IIS Smooth Streaming).

Inheritance Hierarchy

System.Object
  Microsoft.Web.Media.SmoothStreaming.TimelineEvent

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

TimelineEvent Members

Microsoft.Web.Media.SmoothStreaming Namespace