C# Class AudioSession, code

Inheritance: IDisposable
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
AudioSession ( IAudioSessionControl2, control )
Dispose ( ) : void
EnumerateAll ( ) : IEnumerable
GetChannelsPeakValues ( ) : float[]
GetSpeakersChannelsPeakValues ( ) : float[]
ToString ( ) : string

Private Methods

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

Method Details

AudioSession() public méthode

public AudioSession ( IAudioSessionControl2, control )
control IAudioSessionControl2,

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EnumerateAll() public static méthode

public static EnumerateAll ( ) : IEnumerable
Résultat IEnumerable

GetChannelsPeakValues() public méthode

public GetChannelsPeakValues ( ) : float[]
Résultat float[]

GetSpeakersChannelsPeakValues() public static méthode

public static GetSpeakersChannelsPeakValues ( ) : float[]
Résultat float[]

ToString() public méthode

public ToString ( ) : string
Résultat string