C# Class MicDemoApp.MicStreamSelector

Afficher le fichier Open project: Microsoft/HoloToolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
micSignal LiveMicCallback
streamType StreamCategory

Méthodes publiques

Méthode Description
StartRecording ( string fileNameWithExtension ) : void
StartStream ( ) : void
StopMicDevice ( ) : void
StopRecording ( ) : void
StopStream ( ) : void

Private Methods

Méthode 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

Method Details

StartRecording() public static méthode

public static StartRecording ( string fileNameWithExtension ) : void
fileNameWithExtension string
Résultat void

StartStream() public static méthode

public static StartStream ( ) : void
Résultat void

StopMicDevice() public static méthode

public static StopMicDevice ( ) : void
Résultat void

StopRecording() public static méthode

public static StopRecording ( ) : void
Résultat void

StopStream() public static méthode

public static StopStream ( ) : void
Résultat void

Property Details

micSignal public_oe static_oe property

public static LiveMicCallback micSignal
Résultat LiveMicCallback

streamType public_oe static_oe property

public static StreamCategory streamType
Résultat StreamCategory