C# 클래스 Xamarin.Forms.Conference.WebRTC.Droid.Opus.Decoder

파일 보기 프로젝트 열기: QuickBlox/quickblox-dotnet-sdk 1 사용 예제들

공개 메소드들

메소드 설명
Decode ( byte encodedData ) : byte[]
Decode ( byte encodedData, bool fec ) : byte[]
Decoder ( int clockRate, int channels, int packetTime ) : System
Destroy ( ) : void

메소드 상세

Decode() 공개 메소드

public Decode ( byte encodedData ) : byte[]
encodedData byte
리턴 byte[]

Decode() 공개 메소드

public Decode ( byte encodedData, bool fec ) : byte[]
encodedData byte
fec bool
리턴 byte[]

Decoder() 공개 메소드

public Decoder ( int clockRate, int channels, int packetTime ) : System
clockRate int
channels int
packetTime int
리턴 System

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void