|
Xeno-rat
|
A SoundFont Sample Header. More...
Public Member Functions | |
| override string | ToString () |
| Returns the string representation of the object. | |
Public Attributes | |
| string | SampleName |
| The sample name. | |
| uint | Start |
| Start offset. | |
| uint | End |
| End offset. | |
| uint | StartLoop |
| Start loop point. | |
| uint | EndLoop |
| End loop point. | |
| uint | SampleRate |
| Sample Rate. | |
| byte | OriginalPitch |
| Original pitch. | |
| sbyte | PitchCorrection |
| Pitch correction. | |
| ushort | SampleLink |
| Sample Link. | |
| SFSampleLink | SFSampleLink |
| SoundFont Sample Link Type. | |
A SoundFont Sample Header.
| override string NAudio.SoundFont.SampleHeader.ToString | ( | ) |
Returns the string representation of the object.
| uint NAudio.SoundFont.SampleHeader.End |
End offset.
| uint NAudio.SoundFont.SampleHeader.EndLoop |
End loop point.
| byte NAudio.SoundFont.SampleHeader.OriginalPitch |
Original pitch.
| sbyte NAudio.SoundFont.SampleHeader.PitchCorrection |
Pitch correction.
| ushort NAudio.SoundFont.SampleHeader.SampleLink |
Sample Link.
| string NAudio.SoundFont.SampleHeader.SampleName |
The sample name.
| uint NAudio.SoundFont.SampleHeader.SampleRate |
Sample Rate.
| SFSampleLink NAudio.SoundFont.SampleHeader.SFSampleLink |
SoundFont Sample Link Type.
| uint NAudio.SoundFont.SampleHeader.Start |
Start offset.
| uint NAudio.SoundFont.SampleHeader.StartLoop |
Start loop point.