StreamIndexChunks Property |
The number of fragments available for this stream.
Namespace: StreamCoders.Adaptive.SmoothStreamingAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic Nullable<uint> Chunks { get; set; }
Public Property Chunks As Nullable(Of UInteger)
Get
Set
public:
property Nullable<unsigned int> Chunks {
Nullable<unsigned int> get ();
void set (Nullable<unsigned int> value);
}
member Chunks : Nullable<uint32> with get, set
Property Value
Type:
NullableUInt32
See Also