StreamIndexTimeScale Property |
The time scale for duration and time values in this stream, specified as the number of increments in one
second.
Namespace: StreamCoders.Adaptive.SmoothStreamingAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic Nullable<ulong> TimeScale { get; set; }
Public Property TimeScale As Nullable(Of ULong)
Get
Set
public:
property Nullable<unsigned long long> TimeScale {
Nullable<unsigned long long> get ();
void set (Nullable<unsigned long long> value);
}
member TimeScale : Nullable<uint64> with get, set
Property Value
Type:
NullableUInt64
See Also