Click or drag to resize
AVIReaderTracks Property
Gets or sets the tracks found in the container.

Namespace: StreamCoders.Container
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual List<TrackInfo> Tracks { get; }

Property Value

Type: ListTrackInfo
The tracks in the container.

Implements

IReaderTracks
See Also