Click or drag to resize
AVIReaderGetTrackStatus Method
Gets the track status.

Namespace: StreamCoders.Container
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual TrackStatus GetTrackStatus(
	TrackInfo track
)

Parameters

track
Type: StreamCodersTrackInfo
The track to get the status for.

Return Value

Type: TrackStatus
The track status.

Implements

IReaderGetTrackStatus(TrackInfo)
See Also