C# Class BitOrchestra.SoundOptions

Contains options for playing a sound.
Afficher le fichier Open project: dzamkov/Bit-Orchestra Class Usage Examples

Méthodes publiques

Свойство 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
Résultat System.Int32

Offset public_oe property

The parameter value to start playing at.
public int Offset
Résultat int

Rate public_oe property

The sample rate to play at.
public int Rate
Résultat int

Resolution public_oe property

The amount of bits of resolution in the output of the sound.
public int Resolution
Résultat int