TSignalWrite::AuthorInfo Property

__declspec(property(get = GetAuthorInfo, put = SetAuthorInfo)) DewString AuthorInfo;

Holds the string added to the header of the saved wav file.

Read: DewString GetAuthorInfo();
Write: void SetAuthorInfo(const DewString &Value);
Declared in Dew::Signal::TSignalWrite · Dew.Signal/FileSignal.h · Cross-compiler