Interface ITracks<T>
Namespace: AudioAnalysisTools
Assembly: AudioAnalysisTools.dll
Syntax
public interface ITracks<T>
where T : ITrack
Type Parameters
Name | Description |
---|---|
T |
Properties
| Improve this Doc View SourceTracks
Declaration
List<T> Tracks { get; }
Property Value
Type | Description |
---|---|
List<T> |