프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Callback | void | ||
CreateWaveOut | |||
RaisePlaybackChanged | void | ||
StartPlayback | void |
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Disposes the object.
|
|
Dispose ( bool disposing ) : void |
Disposes the object.
|
|
GetDevice ( int device ) : |
Gets the caps of the device.
|
|
GetDeviceCount ( ) : int |
Gets the available device amount.
|
|
GetDevices ( ) : Sharpex2D.Audio.WaveOut.WaveOutCaps[] |
Gets all devices.
|
|
Initialize ( byte audioData, WaveFormat format ) : void |
Initializes the playback.
|
|
Pause ( ) : void |
Pause the wavestream.
|
|
Play ( ) : void |
Plays the wavestream.
|
|
Resume ( ) : void |
Resumes the wavestream.
|
|
SetVolume ( |
Sets the Volume.
|
|
Stop ( ) : void |
Stops the wavestream.
|
|
WaveOut ( ) : System |
Initializes a new WaveOut class.
|
메소드 | 설명 | |
---|---|---|
Callback ( |
Callback func.
|
|
CreateWaveOut ( ) : |
Creates new WaveOut.
|
|
RaisePlaybackChanged ( ) : void |
Raises the PlaybackChanged event.
|
|
StartPlayback ( ) : void |
Starts the playback.
|
public Dispose ( bool disposing ) : void | ||
disposing | bool | The disposing state. |
리턴 | void |
public static GetDevice ( int device ) : |
||
device | int | The Device. |
리턴 |
public static GetDevices ( ) : Sharpex2D.Audio.WaveOut.WaveOutCaps[] | ||
리턴 | Sharpex2D.Audio.WaveOut.WaveOutCaps[] |
public Initialize ( byte audioData, WaveFormat format ) : void | ||
audioData | byte | The AudioData. |
format | WaveFormat | The WaveFormat. |
리턴 | void |
public static SetVolume ( |
||
waveOut | The WaveOut. | |
left | float | The Left. |
right | float | The Right. |
리턴 | void |