C# Class Poker.Client.Audio.WavAudioEncoder

Inheritance: AudioEncoderBase
ファイルを表示 Open project: BernhardGlueck/Poker

Protected Methods

Method Description
OnClose ( ) : void
OnOpen ( System targetStream, int channelCount, int sampleFrequency ) : void
OnWrite ( byte buffer, int count ) : void

Method Details

OnClose() protected method

protected OnClose ( ) : void
return void

OnOpen() protected method

protected OnOpen ( System targetStream, int channelCount, int sampleFrequency ) : void
targetStream System
channelCount int
sampleFrequency int
return void

OnWrite() protected method

protected OnWrite ( byte buffer, int count ) : void
buffer byte
count int
return void