C# Класс Sharpex2D.Audio.WaveFormat

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
WaveFormat ( ) : System.Runtime.InteropServices

Initializes a new WaveFormat struct.

WaveFormat ( int rate, int bits, int channels ) : System.Runtime.InteropServices

Initializes a new WaveFormat struct.

Описание методов

WaveFormat() публичный Метод

Initializes a new WaveFormat struct.
public WaveFormat ( ) : System.Runtime.InteropServices
Результат System.Runtime.InteropServices

WaveFormat() публичный Метод

Initializes a new WaveFormat struct.
public WaveFormat ( int rate, int bits, int channels ) : System.Runtime.InteropServices
rate int The SamplesPerSecond.
bits int The BitsPerSample.
channels int The Channels.
Результат System.Runtime.InteropServices