C# Class Examples.Playback

Afficher le fichier Open project: tpb3d/TPB3D

Méthodes publiques

Méthode Description
GetSoundFormat ( int channels, int bits ) : ALFormat
LoadWave ( Stream stream, int &channels, int &bits, int &rate ) : byte[]
Main ( ) : void

Method Details

GetSoundFormat() public static méthode

public static GetSoundFormat ( int channels, int bits ) : ALFormat
channels int
bits int
Résultat ALFormat

LoadWave() public static méthode

public static LoadWave ( Stream stream, int &channels, int &bits, int &rate ) : byte[]
stream Stream
channels int
bits int
rate int
Résultat byte[]

Main() public static méthode

public static Main ( ) : void
Résultat void