MediaCodec.SetParameters(Bundle) Method
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.
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.