Android.Media.MediaRecorder.SetProfile Method
Uses the settings from a CamcorderProfile object for recording.

Syntax

[Android.Runtime.Register("setProfile", "(Landroid/media/CamcorderProfile;)V", "GetSetProfile_Landroid_media_CamcorderProfile_Handler")]
public virtual void SetProfile (CamcorderProfile profile)

See Also

CamcorderProfile

Parameters

profile
the CamcorderProfile to use

Remarks

Uses the settings from a CamcorderProfile object for recording. This method should be called after the video AND audio sources are set, and before setOutputFile(). If a time lapse CamcorderProfile is used, audio related source or recording parameters are ignored.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8