Share via


MediaCodec.CodecException.ErrorCode Property

Definition

Retrieve the error code associated with a CodecException

public Android.Media.MediaCodecErrorCode ErrorCode { [Android.Runtime.Register("getErrorCode", "()I", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getErrorCode", "()I", "", ApiSince=23)>]
member this.ErrorCode : Android.Media.MediaCodecErrorCode

Property Value

Attributes

Remarks

Retrieve the error code associated with a CodecException

Java documentation for android.media.MediaCodec.CodecException.getErrorCode().

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