Click or drag to resize

WaveFileInfoStrings 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.181-beta
Syntax
public Dictionary<string, string> InfoStrings { get; }
View Source

Property Value

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