C# Class Xamarin.Forms.Conference.WebRTC.Droid.VP8.Encoder

Afficher le fichier Open project: QuickBlox/quickblox-dotnet-sdk

Méthodes publiques

Méthode Description
Destroy ( ) : void
Encode ( int width, int height, byte frame, long fourcc, int rotation ) : byte[]
Encoder ( ) : System
ForceKeyframe ( ) : void

Method Details

Destroy() public méthode

public Destroy ( ) : void
Résultat void

Encode() public méthode

public Encode ( int width, int height, byte frame, long fourcc, int rotation ) : byte[]
width int
height int
frame byte
fourcc long
rotation int
Résultat byte[]

Encoder() public méthode

public Encoder ( ) : System
Résultat System

ForceKeyframe() public méthode

public ForceKeyframe ( ) : void
Résultat void