Indicates the status of a track within a container.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
SyntaxPublic Enumeration TrackStatus
public enum class TrackStatus
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
The track is in an unknown or initial state.
|
| Ok | 1 |
The tracks in operational and more data can be retrieved.
|
| StreamEnd | 2 |
The track has ended. The no more data available for retrieval.
|
| InsufficientData | 3 |
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