Свойство | Тип | Описание | |
---|---|---|---|
blockSize | short | ||
ch | short | ||
dataRate | int | ||
id | short | ||
sampleBit | short | ||
sampleRate | int |
Метод | Описание | |
---|---|---|
FormatHeader ( int rate, bool stereo, bool type ) : System |
サンプリングレート等のパラメータからヘッダ作成。
|
public FormatHeader ( int rate, bool stereo, bool type ) : System | ||
rate | int | サンプリングレート |
stereo | bool | true ならステレオ、false ならモノラル |
type | bool | true なら16bit/sample、false なら8bit/sample |
Результат | System |