Share via


IMediaDrmThrowable.OemError Property

Definition

Returns OEM or SOC specific error code associated with this MediaDrmThrowable.

public virtual int OemError { [Android.Runtime.Register("getOemError", "()I", "GetGetOemErrorHandler:Android.Media.IMediaDrmThrowable, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getOemError", "()I", "GetGetOemErrorHandler:Android.Media.IMediaDrmThrowable, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)>]
member this.OemError : int

Property Value

an OEM or SOC specific error code if available, otherwise 0.

Attributes

Remarks

Returns OEM or SOC specific error code associated with this MediaDrmThrowable.

Please consult the MediaDrm plugin, chip, or device vendor for details on the error code.

Java documentation for android.media.MediaDrmThrowable.getOemError().

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