Click or drag to resize

WaveFile.InfoStrings Property

Gets list of info strings available in this WaveFile if any were available during load; otherwise an empty dictionary.

Namespace: GSF.Media
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.244-beta
Syntax
public Dictionary<string, string> InfoStrings { get; }
View Source

Property Value

Dictionary<String, String>
Remarks
The current implementation only allows reading of loaded WaveFile metadata tags, not updating them.
See Also