TrickModeOperation Enumeration

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

Enumeration that specifies Smooth Streaming trick mode.

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

Syntax

'Declaration
Public Enumeration TrickModeOperation
'Usage
Dim instance As TrickModeOperation
public enum TrickModeOperation
public enum class TrickModeOperation
public enum TrickModeOperation

Members

Member name Description
FastForward Fast forward media.
Rewind Rewind media.
Scrub Scrubbing (moving quickly through content in a paused state).
Seek Seek to marker in media.
SlowMotion Play in slow motion.

Remarks

Using standard trick mode in fast forward and rewind operations enables users to view content at a faster rate than the normal speed of the video file. This is accomplished by having the server rapidly seek through the file and send appropriate frames to the client quickly. The seeking causes increased disk I/O on the server and may cause bandwidth spikes between the server and the client.

See Also

Reference

Microsoft.Web.Media.SmoothStreaming Namespace