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

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

공개 메소드들

메소드 설명
Destroy ( ) : void
Encode ( int width, int height, byte frame, long fourcc, int rotation ) : byte[]
Encoder ( ) : System
ForceKeyframe ( ) : void

메소드 상세

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

Encode() 공개 메소드

public Encode ( int width, int height, byte frame, long fourcc, int rotation ) : byte[]
width int
height int
frame byte
fourcc long
rotation int
리턴 byte[]

Encoder() 공개 메소드

public Encoder ( ) : System
리턴 System

ForceKeyframe() 공개 메소드

public ForceKeyframe ( ) : void
리턴 void