UIImagePickerController.VideoExportPreset Property

Definition

Gets or sets the preset to use when exporting video to the app.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string VideoExportPreset { [Foundation.Export("videoExportPreset")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setVideoExportPreset:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.VideoExportPreset : string with get, set

Property Value

Attributes

Applies to