C# Class BitOrchestra.SoundOptions

Contains options for playing a sound.
Datei anzeigen 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_oe property

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

Offset public_oe property

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

Rate public_oe property

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

Resolution public_oe property

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