Share via


AVAsset.Exportable Property

Definition

Whether the asset can be exported using a AVAssetExportSession.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Exportable { [Foundation.Export("isExportable")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isExportable")>]
member this.Exportable : bool

Property Value

Attributes

Applies to