MPErrorCodeExtensions.GetDomain(MPErrorCode) Method

Definition

Returns the error domain associated with the MediaPlayer.MPErrorCode value

public static Foundation.NSString GetDomain (this MediaPlayer.MPErrorCode self);
static member GetDomain : MediaPlayer.MPErrorCode -> Foundation.NSString

Parameters

self
MPErrorCode

The enumeration value

Returns

Remarks

See the NSError for information on how to use the error domains when reporting errors.

Applies to