C# Class BitOrchestra.SoundOptions

Contains options for playing a sound.
Show file Open project: dzamkov/Bit-Orchestra Class Usage Examples

Public Properties

Property Type Description
Length System.Int32
Offset int
Rate int
Resolution int

Property Details

Length public property

The length of the sound in samples, used for exporting.
public Int32,System Length
return System.Int32

Offset public property

The parameter value to start playing at.
public int Offset
return int

Rate public property

The sample rate to play at.
public int Rate
return int

Resolution public property

The amount of bits of resolution in the output of the sound.
public int Resolution
return int