addSurface abstract method

void addSurface(
  1. Surface surface
)

Adds additional surface to render frames on. A part of the frame with center in focusPoint will be sent to surface. Dimesions of this part are determined by dimensions of surface. This method is android only

Implementation

void addSurface(runtime_view_surface.Surface surface);