Android.Media.MediaFormat.KeyTemporalLayering Field
A key describing the temporal layering schema.

Syntax

[Android.Runtime.Register("KEY_TEMPORAL_LAYERING")]
public const string KeyTemporalLayering

Remarks

A key describing the temporal layering schema. This is an optional parameter that applies only to video encoders. Use MediaCodec.InputFormat after MediaCodec.Configure(MediaFormat, Android.Views.Surface, Android.Views.Surface, Android.Views.Surface) to query if the encoder supports the desired schema. Supported values are webrtc.vp8.1-layer, webrtc.vp8.2-layer, webrtc.vp8.3-layer, and none. If the encoder does not support temporal layering, the input format will not have an entry with this key. The associated value is a string.

[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