SmoothStreamingMediaElement.Volume Property

Gets or sets the audio volume.

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

Syntax

'Declaration

Public Property Volume As Double
    Get
    Set
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As Double

value = instance.Volume

instance.Volume = value
public double Volume { get; set; }
public:
property double Volume {
    double get ();
    void set (double value);
}
member Volume : float with get, set
function get Volume () : double
function set Volume (value : double)

Property Value

Type: System.Double
The audio volume.

Remarks

For more information, see Silverlight Applications.

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