Share via


IMediaDrmThrowable.VendorError Property

Definition

Returns MediaDrm plugin vendor defined error code associated with this MediaDrmThrowable.

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

Property Value

an error code defined by the MediaDrm plugin vendor if available, otherwise 0.

Attributes

Remarks

Returns MediaDrm plugin vendor defined error code associated with this MediaDrmThrowable.

Please consult the MediaDrm plugin vendor for details on the error code.

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

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