MediaFormat.SetInteger(String, Int32) Method

Definition

Sets the value of an integer key.

[Android.Runtime.Register("setInteger", "(Ljava/lang/String;I)V", "")]
public void SetInteger (string name, int value);
[<Android.Runtime.Register("setInteger", "(Ljava/lang/String;I)V", "")>]
member this.SetInteger : string * int -> unit

Parameters

name
String
value
Int32
Attributes

Remarks

Sets the value of an integer key.

Java documentation for android.media.MediaFormat.setInteger(java.lang.String, int).

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