Click or drag to resize
TrackStatus Enumeration
Indicates the status of a track within a container.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public enum TrackStatus
Members
  Member nameValueDescription
Unknown0 The track is in an unknown or initial state.
Ok1 The tracks in operational and more data can be retrieved.
StreamEnd2 The track has ended. The no more data available for retrieval.
InsufficientData3 The track is in a state that would currently produce insufficient data. This could be the case when data is streamed over HTTP and a size indicator is greater than the available amount of data.
See Also