SmoothStreamingMediaElement.AudioStreamCount Property

Gets or sets the audio stream count. (This property is available only for Windows Media Video (.wmv) content.)

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

Syntax

'Declaration

Public Property AudioStreamCount As Integer
    Get
    Set
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As Integer

value = instance.AudioStreamCount

instance.AudioStreamCount = value
public int AudioStreamCount { get; set; }
public:
property int AudioStreamCount {
    int get ();
    void set (int value);
}
member AudioStreamCount : int with get, set
function get AudioStreamCount () : int
function set AudioStreamCount (value : int)

Property Value

Type: System.Int32
The audio stream count.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

SmoothStreamingMediaElement Class

Microsoft.Web.Media.SmoothStreaming Namespace