Camera.Parameters.SetRecordingHint(Boolean) Method

Definition

Caution

deprecated

Sets recording mode hint.

[Android.Runtime.Register("setRecordingHint", "(Z)V", "GetSetRecordingHint_ZHandler")]
[System.Obsolete("deprecated")]
public virtual void SetRecordingHint (bool hint);
[<Android.Runtime.Register("setRecordingHint", "(Z)V", "GetSetRecordingHint_ZHandler")>]
[<System.Obsolete("deprecated")>]
abstract member SetRecordingHint : bool -> unit
override this.SetRecordingHint : bool -> unit

Parameters

hint
Boolean

true if the apps intend to record videos using MediaRecorder.

Attributes

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