PlaybackMode Enumeration

Enumeration that specifies the Smooth Streaming playback mode to be used during main content playback.

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

Syntax

'Declaration

Public Enumeration PlaybackMode
'Usage

Dim instance As PlaybackMode
public enum PlaybackMode
public enum class PlaybackMode
type PlaybackMode
public enum PlaybackMode

Members

Member name Description
Supported by Windows Phone AudioVideo Both audio and video.
Supported by Windows Phone AudioOnly Audio only.The SmoothStreamingPlaybackMode property currently does not support VideoOnly.
Supported by Windows Phone VideoOnly Video only.The SmoothStreamingPlaybackMode property currently does not support VideoOnly

Remarks

This property can be set at any time, but it will not take effect until SmoothStreamingSource is set or changed. SmoothStreamingPlaybackMode always shows the currently selected mode for the current SmoothStreamingSource. If you were to read PlaybackMode after setting it, it will still read the old value until you set SmoothStreamingSource.

A null value for PlaybackMode is equivalent to AudioVideo.

The SmoothStreamingPlaybackMode property currently does not support VideoOnly.

Version Information

Silverlight

Supported in: 5

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

See Also

Reference

Microsoft.Web.Media.SmoothStreaming Namespace