Метод | Описание | |
---|---|---|
Destroy ( ) : void | ||
GetControl ( ) : object | ||
Initialize ( VideoRenderInitializeArgs renderArgs ) : void | ||
LoadCamera ( ICameraCaptureDevice camera ) : void | ||
Render ( VideoBuffer frame ) : void | ||
Rotate ( int rotate ) : void | ||
UnloadCamera ( ) : void | ||
VideoRenderProvider ( ) : System |
Метод | Описание | |
---|---|---|
RunOnUIThread ( System.Action action ) : void |
public Initialize ( VideoRenderInitializeArgs renderArgs ) : void | ||
renderArgs | VideoRenderInitializeArgs | |
Результат | void |
public LoadCamera ( ICameraCaptureDevice camera ) : void | ||
camera | ICameraCaptureDevice | |
Результат | void |
public Render ( VideoBuffer frame ) : void | ||
frame | VideoBuffer | |
Результат | void |