GlobalEcho.fromHandle constructor

GlobalEcho.fromHandle(
  1. Context synthizer,
  2. int pointer
)

Create an instance from a handle value.

Implementation

GlobalEcho.fromHandle(super.synthizer, final int pointer)
    : super(pointer: pointer);