TrackInfo.Bitrate Property

Gets or sets the Bitrate property.

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

Syntax

'Declaration

Public Property Bitrate As ULong
    Get
    Protected Set
'Usage

Dim instance As TrackInfo
Dim value As ULong

value = instance.Bitrate

instance.Bitrate = value
public ulong Bitrate { get; protected set; }
public:
property unsigned long long Bitrate {
    unsigned long long get ();
    protected: void set (unsigned long long value);
}
member Bitrate : uint64 with get, set
function get Bitrate () : ulong
protected function set Bitrate (value : ulong)

Property Value

Type: System.UInt64
An unsigned long integer.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

TrackInfo Class

Microsoft.Web.Media.SmoothStreaming Namespace