PlaybackState Enumeration

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

Enumeration that specifies playback state for a media element.

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

Syntax

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

Members

Member name Description
Closed The media resource has been closed.
Opening The media resource is opening.
Buffering Buffering content for the media resource.
Playing The media resource is playing.
Paused The media resource is paused.
Stopped Playback is stopped.
Individualizing The individualization components are being validated to ensure the required components are installed. Before Silverlight requests the license to decrypt the content, Silverlight must first determine whether the end user’s computer has the appropriate DRM software installed. This software is called the individualization component and is the client component of DRM that is required before any protected content can be played.
AcquiringLicense Acquiring a license for the media resource.
FastForwarding The media resource is fast forwarding at a rate greater than the normal recorded rate.
Rewinding The media resource is rewinding.
SlowMotionPlayback The media resource is playing in slow motion at a rate less than the normal recorded rate.
Scrubbing The media resource is scrubbing. Scrubbing is performed to allow very quick seeks to specific points within a file by interacting with a visual representation of time, such as a scrollbar.
Seeking The media resource is seeking to a specific point in the file.

See Also

Reference

Microsoft.Web.Media.SmoothStreaming Namespace