Click or drag to resize
FlvReaderTracks Property
Gets the tracks.

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

Property Value

Type: ListTrackInfo
The tracks.

Implements

IReaderTracks
See Also