TrackInfo.TrackData Property

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

Gets the TrackData property.

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

Syntax

'Declaration
Public ReadOnly Property TrackData As IList(Of TimelineEvent)
    Get
'Usage
Dim instance As TrackInfo
Dim value As IList(Of TimelineEvent)

value = instance.TrackData
public IList<TimelineEvent> TrackData { get; }
public:
property IList<TimelineEvent^>^ TrackData {
    IList<TimelineEvent^>^ get ();
}
function get TrackData () : IList<TimelineEvent>

Property Value

Type: System.Collections.Generic.IList<TimelineEvent>
A generic list of TimelineEventArgs objects.

Permissions

See Also

Reference

TrackInfo Class

TrackInfo Members

Microsoft.Web.Media.SmoothStreaming Namespace