Dictionary defining the audio (key) and peak (value) file paths to process.
Can be updated in real-time (insert new items at the end of the list!).
Declaration Syntax
C# | Visual Basic |
public Dictionary<string, string> FilePaths { get; }
Public ReadOnly Property FilePaths As Dictionary(Of String, String) Get