Xeno-rat
Loading...
Searching...
No Matches
NAudio.SoundFont.InfoChunk Class Reference

A soundfont info chunk. More...

Collaboration diagram for NAudio.SoundFont.InfoChunk:

Public Member Functions

override string ToString ()
 Returns a formatted string containing information about the bank, author, copyright, creation date, tools, comments, sound engine, sound font version, target product, data ROM, and ROM version.
 

Properties

SFVersion SoundFontVersion [get]
 SoundFont Version.
 
string WaveTableSoundEngine [get, set]
 WaveTable sound engine.
 
string BankName [get, set]
 Bank name.
 
string DataROM [get, set]
 Data ROM.
 
string CreationDate [get, set]
 Creation Date.
 
string Author [get, set]
 Author.
 
string TargetProduct [get, set]
 Target Product.
 
string Copyright [get, set]
 Copyright.
 
string Comments [get, set]
 Comments.
 
string Tools [get, set]
 Tools.
 
SFVersion ROMVersion [get, set]
 ROM Version.
 

Detailed Description

A soundfont info chunk.

Member Function Documentation

◆ ToString()

override string NAudio.SoundFont.InfoChunk.ToString ( )
inline

Returns a formatted string containing information about the bank, author, copyright, creation date, tools, comments, sound engine, sound font version, target product, data ROM, and ROM version.

Returns
A formatted string containing information about the bank, author, copyright, creation date, tools, comments, sound engine, sound font version, target product, data ROM, and ROM version.

Property Documentation

◆ Author

string NAudio.SoundFont.InfoChunk.Author
getset

Author.

◆ BankName

string NAudio.SoundFont.InfoChunk.BankName
getset

Bank name.

◆ Comments

string NAudio.SoundFont.InfoChunk.Comments
getset

Comments.

◆ Copyright

string NAudio.SoundFont.InfoChunk.Copyright
getset

Copyright.

◆ CreationDate

string NAudio.SoundFont.InfoChunk.CreationDate
getset

Creation Date.

◆ DataROM

string NAudio.SoundFont.InfoChunk.DataROM
getset

Data ROM.

◆ ROMVersion

SFVersion NAudio.SoundFont.InfoChunk.ROMVersion
getset

ROM Version.

◆ SoundFontVersion

SFVersion NAudio.SoundFont.InfoChunk.SoundFontVersion
get

SoundFont Version.

◆ TargetProduct

string NAudio.SoundFont.InfoChunk.TargetProduct
getset

Target Product.

◆ Tools

string NAudio.SoundFont.InfoChunk.Tools
getset

Tools.

◆ WaveTableSoundEngine

string NAudio.SoundFont.InfoChunk.WaveTableSoundEngine
getset

WaveTable sound engine.


The documentation for this class was generated from the following file: