public static final enum

Megacool.CaptureMethod

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ co.megacool.megacool.Megacool.CaptureMethod

Class Overview

Used to specify how captures should be performed.

Summary

Enum Values
Megacool.CaptureMethod  OPENGL  Captures via OpenGL ES. 
Megacool.CaptureMethod  VIEW  Re-draws the given view. 
Public Methods
static Megacool.CaptureMethod valueOf(String name)
final static CaptureMethod[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Megacool.CaptureMethod OPENGL

Captures via OpenGL ES. Note: This requires calling some extra methods that are not documented yet, contact us if you need help getting this to work.

public static final Megacool.CaptureMethod VIEW

Re-draws the given view.

Public Methods

public static Megacool.CaptureMethod valueOf (String name)

public static final CaptureMethod[] values ()