SmoothStreamingMediaElement.TimelineEventReached Event
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Event that occurs when a timeline event is reached during playback.
Namespace: Microsoft.Web.Media.SmoothStreaming
Assembly: Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)
Syntax
'Declaration
Public Event TimelineEventReached As EventHandler(Of TimelineEventArgs)
'Usage
Dim instance As SmoothStreamingMediaElement
Dim handler As EventHandler(Of TimelineEventArgs)
AddHandler instance.TimelineEventReached, handler
public event EventHandler<TimelineEventArgs> TimelineEventReached
public:
event EventHandler<TimelineEventArgs^>^ TimelineEventReached {
void add (EventHandler<TimelineEventArgs^>^ value);
void remove (EventHandler<TimelineEventArgs^>^ value);
}
JScript does not support events.
Remarks
For information about this event, see Timeline Markers and 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