SmoothStreamingMediaElement.IsMuted Property

Gets or sets a value that indicates whether the audio track is muted.

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

Syntax

'Declaration

Public Property IsMuted As Boolean
    Get
    Set
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As Boolean

value = instance.IsMuted

instance.IsMuted = value
public bool IsMuted { get; set; }
public:
property bool IsMuted {
    bool get ();
    void set (bool value);
}
member IsMuted : bool with get, set
function get IsMuted () : boolean
function set IsMuted (value : boolean)

Property Value

Type: System.Boolean
true if the media element is muted; otherwise, false.

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