C# Класс BitOrchestra.SoundOptions

Contains options for playing a sound.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Length System.Int32
Offset int
Rate int
Resolution int

Описание свойств

Length публичное свойство

The length of the sound in samples, used for exporting.
public Int32,System Length
Результат System.Int32

Offset публичное свойство

The parameter value to start playing at.
public int Offset
Результат int

Rate публичное свойство

The sample rate to play at.
public int Rate
Результат int

Resolution публичное свойство

The amount of bits of resolution in the output of the sound.
public int Resolution
Результат int