메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
Export ( string File, |
Tries exporting the given wavestream as a wave file.
|
|
Play ( |
Tries playing the sound from the given evaluator stream.
|
|
Sound ( ) : System | ||
Stop ( ) : void |
Stops playing this sound.
|
메소드 | 설명 | |
---|---|---|
_Create ( IWavePlayer &Player ) : bool |
Tries creating a wave player of some sort.
|
|
_CreateAsio ( IWavePlayer &Player ) : bool |
Tries creating an asio interface.
|
|
_CreateDirectSound ( IWavePlayer &Player ) : bool |
Tries creating a directsound interface.
|
|
_CreateWasapi ( IWavePlayer &Player ) : bool |
Tries creating a wasapi interface.
|
|
_CreateWaveout ( IWavePlayer &Player ) : bool |
Tries creating a waveout interface.
|
public static Export ( string File, |
||
File | string | |
Stream | ||
리턴 | bool |