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

파일 보기 프로젝트 열기: QuickBlox/quickblox-dotnet-sdk

공개 프로퍼티들

프로퍼티 타입 설명
NeedsKeyFrame bool

공개 메소드들

메소드 설명
Decode ( byte encodedFrame, int &width, int &height ) : byte[]
Decoder ( ) : System
Destroy ( ) : void

메소드 상세

Decode() 공개 메소드

public Decode ( byte encodedFrame, int &width, int &height ) : byte[]
encodedFrame byte
width int
height int
리턴 byte[]

Decoder() 공개 메소드

public Decoder ( ) : System
리턴 System

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

프로퍼티 상세

NeedsKeyFrame 공개적으로 프로퍼티

public bool NeedsKeyFrame
리턴 bool