MPErrorCodeExtensions Class

Definition

Extension methods for the MPErrorCode enumeration.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static class MPErrorCodeExtensions
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
type MPErrorCodeExtensions = class
Inheritance
MPErrorCodeExtensions
Attributes

Remarks

The extension method for the MPErrorCode enumeration can be used to fetch the error domain associated with these error codes.

Methods

Name Description
GetDomain(MPErrorCode)

Returns the error domain associated with the MediaPlayer.MPErrorCode value

Applies to