UIImagePickerController.AvailableMediaTypes Method

Definition

The available media types for the specified source type.

[Foundation.Export("availableMediaTypesForSourceType:")]
public static string[] AvailableMediaTypes (UIKit.UIImagePickerControllerSourceType sourceType);
static member AvailableMediaTypes : UIKit.UIImagePickerControllerSourceType -> string[]

Parameters

sourceType
UIImagePickerControllerSourceType

Source used to pick an image.

Returns

String[]

An array the elements of which identify available media types for the specified source type.

Attributes

Applies to