C# 클래스 Poker.Client.Audio.SpeexAudioDecoder

상속: IAudioDecoder
파일 보기 프로젝트 열기: BernhardGlueck/Poker

공개 메소드들

메소드 설명
Open ( int>.Action decodeCallback ) : void
SpeexAudioDecoder ( BandMode bandMode ) : System
Write ( byte data, int count ) : void

메소드 상세

Open() 공개 메소드

public Open ( int>.Action decodeCallback ) : void
decodeCallback int>.Action
리턴 void

SpeexAudioDecoder() 공개 메소드

public SpeexAudioDecoder ( BandMode bandMode ) : System
bandMode BandMode
리턴 System

Write() 공개 메소드

public Write ( byte data, int count ) : void
data byte
count int
리턴 void