QualityLevelIndex Property |
An ordinal that identifies the track and MUST be unique for each track in the stream. The Index SHOULD start at
0 and increment by 1 for each subsequent
track in the stream.
Namespace: StreamCoders.Adaptive.SmoothStreamingAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic Nullable<uint> Index { get; set; }
Public Property Index As Nullable(Of UInteger)
Get
Set
public:
property Nullable<unsigned int> Index {
Nullable<unsigned int> get ();
void set (Nullable<unsigned int> value);
}
member Index : Nullable<uint32> with get, set
Property Value
Type:
NullableUInt32
See Also