C# Class Poker.Client.Audio.SpeexAudioDecoder

Inheritance: IAudioDecoder
Mostra file Open project: BernhardGlueck/Poker

Public Methods

Method Description
Open ( int>.Action decodeCallback ) : void
SpeexAudioDecoder ( BandMode bandMode ) : System
Write ( byte data, int count ) : void

Method Details

Open() public method

public Open ( int>.Action decodeCallback ) : void
decodeCallback int>.Action
return void

SpeexAudioDecoder() public method

public SpeexAudioDecoder ( BandMode bandMode ) : System
bandMode BandMode
return System

Write() public method

public Write ( byte data, int count ) : void
data byte
count int
return void