TrackChangedEventArgs.Track Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the Track property.

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

Syntax

'Declaration
Public Property Track As TrackInfo
    Get
    Set
'Usage
Dim instance As TrackChangedEventArgs
Dim value As TrackInfo

value = instance.Track

instance.Track = value
public TrackInfo Track { get; set; }
public:
property TrackInfo^ Track {
    TrackInfo^ get ();
    void set (TrackInfo^ value);
}
function get Track () : TrackInfo
function set Track (value : TrackInfo)

Property Value

Type: Microsoft.Web.Media.SmoothStreaming.TrackInfo
A TrackInfo object.

Permissions

See Also

Reference

TrackChangedEventArgs Class

TrackChangedEventArgs Members

Microsoft.Web.Media.SmoothStreaming Namespace