C# Class Tsukikage.WinMM.AcmMP3Decoder.AcmMp3Decoder

Inheritance: IDisposable
Mostra file Open project: ttsuki/ttsuki Class Usage Examples

Public Methods

Method Description
AcmMp3Decoder ( ) : System

Open Audio Codec Manager MP3 decoder. ACM��g����MP3��f�R�[�h���܂��B

AcmMp3Decoder ( int maxBufferSize ) : System

Open Audio Codec Manager MP3 decoder. ACM��g����MP3��f�R�[�h����B

Close ( ) : byte[]

Close stream and release all resources. �X�g���[����‚��Ă��ׂẴ��\�[�X�������܂��B

Decode ( byte mp3data ) : byte[]

Decode stream and get PCM waveform. MP3�X�g���[����f�R�[�h���āAPCM�𓾂܂��B

Private Methods

Method Description
IDisposable ( ) : void

Method Details

AcmMp3Decoder() public method

Open Audio Codec Manager MP3 decoder. ACM��g����MP3��f�R�[�h���܂��B
public AcmMp3Decoder ( ) : System
return System

AcmMp3Decoder() public method

Open Audio Codec Manager MP3 decoder. ACM��g����MP3��f�R�[�h����B
public AcmMp3Decoder ( int maxBufferSize ) : System
maxBufferSize int Max decode bytes per calling Decode.
return System

Close() public method

Close stream and release all resources. �X�g���[����‚��Ă��ׂẴ��\�[�X�������܂��B
public Close ( ) : byte[]
return byte[]

Decode() public method

Decode stream and get PCM waveform. MP3�X�g���[����f�R�[�h���āAPCM�𓾂܂��B
public Decode ( byte mp3data ) : byte[]
mp3data byte mp3 stream
return byte[]