Method |
Description |
|
CheckForErrorOnCall ( int returnCode ) : void |
|
|
CreateAudioGraph ( ) : System.Threading.Tasks.Task |
|
|
MicDestroy ( ) : int |
|
|
MicGetDefaultBufferSize ( ) : int |
|
|
MicGetDefaultNumChannels ( ) : int |
|
|
MicGetFrame ( float buffer, int length, int numchannels ) : int |
|
|
MicInitializeCustomRateWithGraph ( int category, int samplerate, AudioGraph appGraph ) : int |
|
|
MicInitializeDefaultWithGraph ( int category, AudioGraph appGraph ) : int |
|
|
MicPause ( ) : int |
|
|
MicResume ( ) : int |
|
|
MicSetGain ( float g ) : int |
|
|
MicStartRecording ( string filename, bool previewOnDevice ) : int |
|
|
MicStartStream ( bool keepData, bool previewOnDevice, LiveMicCallback micsignal ) : int |
|
|
MicStopRecording ( StringBuilder sb ) : void |
|
|
MicStopStream ( ) : int |
|
|