Android.Media.MediaCodec.ParameterKeySuspend Field
Temporarily suspend/resume encoding of input data.

Syntax

[Android.Runtime.Register("PARAMETER_KEY_SUSPEND")]
public const string ParameterKeySuspend

Remarks

Temporarily suspend/resume encoding of input data. While suspended input data is effectively discarded instead of being fed into the encoder. This parameter really only makes sense to use with an encoder in "surface-input" mode, as the client code has no control over the input-side of the encoder in that case. The value is an Integer object containing the value 1 to suspend or the value 0 to resume.

[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