Gets or sets the tracks found in the container.
Namespace: StreamCoders.ContainerAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public virtual List<TrackInfo> Tracks { get; }
Public Overridable ReadOnly Property Tracks As List(Of TrackInfo)
Get
public:
virtual property List<TrackInfo^>^ Tracks {
List<TrackInfo^>^ get ();
}
abstract Tracks : List<TrackInfo> with get
override Tracks : List<TrackInfo> with get
Property Value
Type:
ListTrackInfo
The tracks in the container.
Implements
IReaderTracksSee Also