MediaRecorderInfo Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Unknown | 1 | Unspecified media recorder error. |
MaxDurationReached | 800 | A maximum duration had been setup and has now been reached. |
MaxFilesizeReached | 801 | A maximum filesize had been setup and has now been reached. |
MaxFilesizeApproaching | 802 | |
NextOutputFileStarted | 803 |
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.