Méthode | Description | |
---|---|---|
CreateIeeeFloat ( int SampleRate, int Channels ) : |
Creates a new 32 bit IEEE floating point wave format
|
|
FromChannel ( int Channel ) : |
Creates a new instance of WaveFormat from a Channel.
|
|
Serialize ( |
Writes this WaveFormat object to a stream
|
|
WaveFormat ( ) : System |
Creates a new PCM 44.1Khz stereo 16 bit format
|
|
WaveFormat ( int SampleRate, int Channels ) : System |
Creates a new 16 bit wave format with the specified sample rate and channel count
|
|
WaveFormat ( int SampleRate, int BitsPerSample, int Channels ) : System |
Creates a new PCM format with the specified sample rate, bit depth and channels
|
Méthode | Description | |
---|---|---|
FromParams ( int Frequency, int Channels, Resolution Resolution ) : |
public static CreateIeeeFloat ( int SampleRate, int Channels ) : |
||
SampleRate | int | sample rate |
Channels | int | number of channels |
Résultat |
public static FromChannel ( int Channel ) : |
||
Channel | int | |
Résultat |
public Serialize ( |
||
Writer | the output stream | |
Résultat | void |
public WaveFormat ( int SampleRate, int Channels ) : System | ||
SampleRate | int | Sample Rate |
Channels | int | Number of channels |
Résultat | System |
public WaveFormat ( int SampleRate, int BitsPerSample, int Channels ) : System | ||
SampleRate | int | |
BitsPerSample | int | |
Channels | int | |
Résultat | System |