public class MediaEffectRotate extends MediaEffect
mEffect, mEffectContext, mEnabled| Constructor and Description |
|---|
MediaEffectRotate(android.media.effect.EffectContext effect_context,
int angle)
コンストラクタ
GLコンテキスト内で生成すること
|
| Modifier and Type | Method and Description |
|---|---|
MediaEffectRotate |
setParameter(int angle) |
apply, apply, enabled, release, resize, setEnable, setParameterpublic MediaEffectRotate(android.media.effect.EffectContext effect_context,
int angle)
effect_context - angle - The angle of rotation in degrees. This will be rounded to the nearest multiple of 90.public MediaEffectRotate setParameter(int angle)
angle - The angle of rotation in degrees. This will be rounded to the nearest multiple of 90.