Share via


SmoothStreamingMediaElement.AudioStreamIndex Property

Gets or sets the audio stream index. (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 AudioStreamIndex As Nullable(Of Integer)
    Get
    Set
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As Nullable(Of Integer)

value = instance.AudioStreamIndex

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

Property Value

Type: System.Nullable<Int32>
The audio stream index.

Remarks

For more information, see Timeline Markers and Events.

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