C# Class NAudio.SoundFont.SoundFont

Represents a SoundFont
Show file Open project: jishi/Jishi.StreamToSonos Class Usage Examples

Public Methods

Method Description
SoundFont ( Stream sfFile ) : System

Loads a SoundFont from a stream

SoundFont ( string fileName ) : System

Loads a SoundFont from a file

ToString ( ) : string

Object.ToString

Method Details

SoundFont() public method

Loads a SoundFont from a stream
public SoundFont ( Stream sfFile ) : System
sfFile Stream stream
return System

SoundFont() public method

Loads a SoundFont from a file
public SoundFont ( string fileName ) : System
fileName string Filename of the SoundFont
return System

ToString() public method

Object.ToString
public ToString ( ) : string
return string