메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Disposes the object.
|
|
Dispose ( bool disposing ) : void |
Disposes the object.
|
|
Initialize ( ) : void |
Initializes the buffer.
|
|
WaveOutBuffer ( |
Initializes a new WaveOutBuffer class.
|
|
WriteData ( ) : bool |
Writes data to the buffer.
|
public Dispose ( bool disposing ) : void | ||
disposing | bool | The disposing state. |
리턴 | void |
public WaveOutBuffer ( |
||
waveOut | The WaveOut. | |
bufferSize | int | The BufferSize. |
리턴 | System |