MediaCodec.SetParameters(Bundle) Method

Definition

Communicate additional parameter changes to the component instance.

[Android.Runtime.Register("setParameters", "(Landroid/os/Bundle;)V", "")]
public void SetParameters (Android.OS.Bundle? params);
[<Android.Runtime.Register("setParameters", "(Landroid/os/Bundle;)V", "")>]
member this.SetParameters : Android.OS.Bundle -> unit

Parameters

params
Bundle

The bundle of parameters to set.

Attributes

Exceptions

if in the Released state.

Remarks

Communicate additional parameter changes to the component instance. <b>Note:</b> Some of these parameter changes may silently fail to apply.

Java documentation for android.media.MediaCodec.setParameters(android.os.Bundle).

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