MediaFormat.SetByteBuffer(String, ByteBuffer) Method

Definition

Sets the value of a ByteBuffer key.

[Android.Runtime.Register("setByteBuffer", "(Ljava/lang/String;Ljava/nio/ByteBuffer;)V", "")]
public void SetByteBuffer (string name, Java.Nio.ByteBuffer? bytes);
[<Android.Runtime.Register("setByteBuffer", "(Ljava/lang/String;Ljava/nio/ByteBuffer;)V", "")>]
member this.SetByteBuffer : string * Java.Nio.ByteBuffer -> unit

Parameters

name
String
bytes
ByteBuffer
Attributes

Remarks

Sets the value of a ByteBuffer key.

If value is null, it sets a null value that behaves similarly to a missing key. This could be used prior to API level android os.Build.VERSION_CODES#Q to effectively remove a key.

Java documentation for android.media.MediaFormat.setByteBuffer(java.lang.String, java.nio.ByteBuffer).

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