|
WaveFileInfoStrings Property
|
Gets list of info strings available in this
WaveFile if any were available during load; otherwise an empty dictionary.
Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.248-beta
Syntaxpublic Dictionary<string, string> InfoStrings { get; }
Public ReadOnly Property InfoStrings As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ InfoStrings {
Dictionary<String^, String^>^ get ();
}
member InfoStrings : Dictionary<string, string> with get
function get_InfoStrings();
View SourceProperty Value
DictionaryString,
String
Remarks
The current implementation only allows reading of loaded
WaveFile metadata tags, not updating them.
See Also