MediaCodec.GetOutputFrame(Int32) Method

Definition

Returns an OutputFrame object.

[Android.Runtime.Register("getOutputFrame", "(I)Landroid/media/MediaCodec$OutputFrame;", "", ApiSince=30)]
public Android.Media.MediaCodec.OutputFrame GetOutputFrame (int index);
[<Android.Runtime.Register("getOutputFrame", "(I)Landroid/media/MediaCodec$OutputFrame;", "", ApiSince=30)>]
member this.GetOutputFrame : int -> Android.Media.MediaCodec.OutputFrame

Parameters

index
Int32

output buffer index from Callback#onOutputBufferAvailable

Returns

OutputFrame object describing the output buffer

Attributes

Remarks

Java documentation for android.media.MediaCodec.getOutputFrame(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