C# Class Poker.Client.Audio.SpeexAudioDecoder

Inheritance: IAudioDecoder
Afficher le fichier Open project: BernhardGlueck/Poker

Méthodes publiques

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

Method Details

Open() public méthode

public Open ( int>.Action decodeCallback ) : void
decodeCallback int>.Action
Résultat void

SpeexAudioDecoder() public méthode

public SpeexAudioDecoder ( BandMode bandMode ) : System
bandMode BandMode
Résultat System

Write() public méthode

public Write ( byte data, int count ) : void
data byte
count int
Résultat void