Click or drag to resize
StreamFragmentDuration Property

The duration of the fragment, specified as a number of increments defined by the implicit or explicit value of the containing StreamElement's TimeScale field. If the Duration field is omitted, its implicit value MUST be computed by the client by subtracting the value of the preceding StreamFragment Time field from the value of this StreamFragment Time field. If no subsequent StreamFragment exists, the implicit value of the FragmentTime field is 0.

Namespace: StreamCoders.Adaptive.SmoothStreaming
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public ulong Duration { get; set; }

Property Value

Type: UInt64
See Also