Android.Media.MediaCodec.Start Method
After successfully configuring the component, call start.

Syntax

[Android.Runtime.Register("start", "()V", "")]
public void Start ()

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif not in the Configured state or just after MediaCodec.Flush for a codec that is configured in asynchronous mode.
!:NoType:android/media/MediaCodec$CodecException;Href=../../../reference/android/media/MediaCodec.CodecException.htmlupon codec error. Note that some codec errors for start may be attributed to future method calls.

Remarks

After successfully configuring the component, call start.

Call start also if the codec is configured in asynchronous mode, and it has just been flushed, to resume requesting input buffers.

[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