C# Class Examples.Playback

ファイルを表示 Open project: tpb3d/TPB3D

Public Methods

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

Method Details

GetSoundFormat() public static method

public static GetSoundFormat ( int channels, int bits ) : ALFormat
channels int
bits int
return ALFormat

LoadWave() public static method

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

Main() public static method

public static Main ( ) : void
return void