Android.Media.MediaCodec.GetOutputFormat Method
Returns the output format for a specific output buffer.

Syntax

[Android.Runtime.Register("getOutputFormat", "(I)Landroid/media/MediaFormat;", "")]
public MediaFormat GetOutputFormat (int index)

Parameters

index
The index of a client-owned input buffer previously returned from a call to MediaCodec.DequeueInputBuffer(long).

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the output format for a specific output buffer.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16