Click or drag to resize
StreamFragment Properties

The StreamFragment type exposes the following members.

Properties
  NameDescription
Public propertyDuration

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.

Public propertyHash
A hash value uniquely identifying this StreamFragment.
Public propertyIndex
The index of the current fragment.
Public propertyNumber

The ordinal of the StreamFragment in the stream. If Number is specified, its value MUST monotonically increase with the value of the Time field.

Public propertyTime

The time of the fragment, specified as a number of increments defined by the implicit or explicit value of the containing TimeScale field. If the Duration field is omitted, its implicit value MUST be computed by the client by adding the value of the preceding StreamFragment Time field to the value of this StreamFragment Duration field. If no preceding StreamFragment exists, the implicit value of the Time field is 0.

Top
See Also