Language

MediaDrm.MediaDrmStateException.OemError Property

Definition

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

public int OemError { [Android.Runtime.Register("getOemError", "()I", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getOemError", "()I", "", ApiSince=34)>]
member this.OemError : int

Property Value

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

Implements

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.

Android reference for android.media.MediaDrm.MediaDrmStateException.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