Click or drag to resize
FlvReaderGetTrackStatus Method
Gets the Status of a specified Track.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public TrackStatus GetTrackStatus(
	TrackInfo trackInfo
)

Parameters

trackInfo
Type: StreamCodersTrackInfo
The trackInfo.

Return Value

Type: TrackStatus
The trackInfo status.

Implements

IReaderGetTrackStatus(TrackInfo)
See Also