C# 클래스 MicDemoApp.MicStreamSelector

파일 보기 프로젝트 열기: Microsoft/HoloToolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
micSignal LiveMicCallback
streamType StreamCategory

공개 메소드들

메소드 설명
StartRecording ( string fileNameWithExtension ) : void
StartStream ( ) : void
StopMicDevice ( ) : void
StopRecording ( ) : void
StopStream ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

StartRecording() 공개 정적인 메소드

public static StartRecording ( string fileNameWithExtension ) : void
fileNameWithExtension string
리턴 void

StartStream() 공개 정적인 메소드

public static StartStream ( ) : void
리턴 void

StopMicDevice() 공개 정적인 메소드

public static StopMicDevice ( ) : void
리턴 void

StopRecording() 공개 정적인 메소드

public static StopRecording ( ) : void
리턴 void

StopStream() 공개 정적인 메소드

public static StopStream ( ) : void
리턴 void

프로퍼티 상세

micSignal 공개적으로 정적으로 프로퍼티

public static LiveMicCallback micSignal
리턴 LiveMicCallback

streamType 공개적으로 정적으로 프로퍼티

public static StreamCategory streamType
리턴 StreamCategory