C# 클래스 GAudio.GATMicInfo

Convenience class for wrapping microphone information.
파일 보기 프로젝트 열기: gregzo/G-Audio 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
maxFrequency int
minFrequency int
name string

공개 메소드들

메소드 설명
GATMicInfo ( string iname, int minFreq, int maxFreq ) : System.Collections
GetPosition ( ) : int
Log ( ) : void
SupportsRate ( int sampleRate ) : bool

메소드 상세

GATMicInfo() 공개 메소드

public GATMicInfo ( string iname, int minFreq, int maxFreq ) : System.Collections
iname string
minFreq int
maxFreq int
리턴 System.Collections

GetPosition() 공개 메소드

public GetPosition ( ) : int
리턴 int

Log() 공개 메소드

public Log ( ) : void
리턴 void

SupportsRate() 공개 메소드

public SupportsRate ( int sampleRate ) : bool
sampleRate int
리턴 bool

프로퍼티 상세

maxFrequency 공개적으로 프로퍼티

The maximum supported sample rate
public int maxFrequency
리턴 int

minFrequency 공개적으로 프로퍼티

The minimum supported sample rate
public int minFrequency
리턴 int

name 공개적으로 프로퍼티

The name of the device
public string name
리턴 string