C# Class Appspotdemo.Mono.Droid.AppRTCDemoActivity.VideoCallbacks

Inheritance: Java.Lang.Object, VideoRenderer.ICallbacks
Afficher le fichier Open project: kenneththorman/appspotdemo-mono

Méthodes publiques

Méthode Description
RenderFrame ( VideoRenderer frame ) : void
SetSize ( int width, int height ) : void
VideoCallbacks ( AppRTCDemoActivity outerInstance, VideoStreamsView view, VideoStreamsView stream ) : System.Collections.Generic

Method Details

RenderFrame() public méthode

public RenderFrame ( VideoRenderer frame ) : void
frame VideoRenderer
Résultat void

SetSize() public méthode

public SetSize ( int width, int height ) : void
width int
height int
Résultat void

VideoCallbacks() public méthode

public VideoCallbacks ( AppRTCDemoActivity outerInstance, VideoStreamsView view, VideoStreamsView stream ) : System.Collections.Generic
outerInstance AppRTCDemoActivity
view VideoStreamsView
stream VideoStreamsView
Résultat System.Collections.Generic