Example usage for android.media MediaRecorder.OnErrorListener interface-usage

List of usage examples for android.media MediaRecorder.OnErrorListener interface-usage

Introduction

In this page you can find the example usage for android.media MediaRecorder.OnErrorListener interface-usage.

Usage

From source file net.micode.soundrecorder.RecorderService.java

public class RecorderService extends Service implements MediaRecorder.OnErrorListener {

    public final static String ACTION_NAME = "action_type";

    public final static int ACTION_INVALID = 0;