C# 클래스 AudioSession, code

상속: IDisposable
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
AudioSession ( IAudioSessionControl2, control )
Dispose ( ) : void
EnumerateAll ( ) : IEnumerable
GetChannelsPeakValues ( ) : float[]
GetSpeakersChannelsPeakValues ( ) : float[]
ToString ( ) : string

비공개 메소드들

메소드 설명
ExtractIcon ( IntPtr, ptr, string pszExeFileName, int nIconIndex ) : IntPtr,
GetIcon ( ) : Icon,
GetString ( GetStringFn fn ) : string
ParseIconLocationPath ( string location, string &path ) : int
PathParseIconLocation ( string pszIconFile ) : int
SHLoadIndirectString ( string pszSource, StringBuilder pszOutBuf, int cchOutBuf, IntPtr ppvReserved ) : int

메소드 상세

AudioSession() 공개 메소드

public AudioSession ( IAudioSessionControl2, control )
control IAudioSessionControl2,

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EnumerateAll() 공개 정적인 메소드

public static EnumerateAll ( ) : IEnumerable
리턴 IEnumerable

GetChannelsPeakValues() 공개 메소드

public GetChannelsPeakValues ( ) : float[]
리턴 float[]

GetSpeakersChannelsPeakValues() 공개 정적인 메소드

public static GetSpeakersChannelsPeakValues ( ) : float[]
리턴 float[]

ToString() 공개 메소드

public ToString ( ) : string
리턴 string