MediaRecorderInfo Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.Media.MediaRecorder+IOnInfoListener.OnInfo, and F:Android.Media.MediaRecorder+InfoEventArgs..ctor members.

public enum MediaRecorderInfo
type MediaRecorderInfo = 
Inheritance
MediaRecorderInfo

Fields

MaxDurationReached 800

A maximum duration had been setup and has now been reached.

MaxFilesizeApproaching 802
MaxFilesizeReached 801

A maximum filesize had been setup and has now been reached.

NextOutputFileStarted 803
Unknown 1

Unspecified media recorder error.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to