public class

ViewCapture

extends Object
java.lang.Object
   ↳ org.opencdnunion.media.streamer.capture.ViewCapture

Class Overview

Capture texture from picture.

Summary

Constants
String TAG
Public Constructors
ViewCapture(GLRender glRender)
Public Methods
SrcPin<ImgTexFrame> getSrcPin()
int getTargetHeight()
int getTargetWidth()
float getUpdateFps()
void release()
void setTargetResolution(int width, int height)
void setUpdateFps(float fps)
void start(View view)
void stop()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String TAG

Constant Value: "ViewCapture"

Public Constructors

public ViewCapture (GLRender glRender)

Public Methods

public SrcPin<ImgTexFrame> getSrcPin ()

public int getTargetHeight ()

public int getTargetWidth ()

public float getUpdateFps ()

public void release ()

public void setTargetResolution (int width, int height)

public void setUpdateFps (float fps)

public void start (View view)

public void stop ()