SmoothStreamingMediaElement.Balance Property

Gets or sets the audio balance.

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

Syntax

'Declaration

Public Property Balance As Double
    Get
    Set
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As Double

value = instance.Balance

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

Property Value

Type: System.Double
A value that indicates the balance.

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