Android.Media.MediaCodec.CodecInfo Property
Get the codec info.

Syntax

[get: Android.Runtime.Register("getCodecInfo", "()Landroid/media/MediaCodecInfo;", "GetGetCodecInfoHandler")]
public MediaCodecInfo CodecInfo { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif in the Uninitialized state.

Remarks

Get the codec info. If the codec was created by createDecoderByType or createEncoderByType, what component is chosen is not known beforehand, and thus the caller does not have the MediaCodecInfo.

[Android Documentation]

Requirements

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