Language

MediaFormat.KeyNumSlots Field

Definition

A key describing the number of slots used in the codec.

[Android.Runtime.Register("KEY_NUM_SLOTS", ApiSince=37)]
public const string KeyNumSlots;
[<Android.Runtime.Register("KEY_NUM_SLOTS", ApiSince=37)>]
val mutable KeyNumSlots : string

Field Value

Attributes

Remarks

A key describing the number of slots used in the codec. When present in input format, the associated value indicates the number of input slots. The entry is set by the codec if configured with (@link MediaCodec#CONFIGURE_FLAG_BLOCK_MODEL), and will be ignored if set by the application.

The associated value is an integer.

Android reference for android.media.MediaFormat.KEY_NUM_SLOTS.

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