AVAssetImageGenerator.AppliesPreferredTrackTransform Property

Definition

Gets or sets whether the transform matrix of a video track should be applied to the thumbnail.

public virtual bool AppliesPreferredTrackTransform { [Foundation.Export("appliesPreferredTrackTransform")] get; [Foundation.Export("setAppliesPreferredTrackTransform:")] set; }
member this.AppliesPreferredTrackTransform : bool with get, set

Property Value

The default value is false.

Attributes

Remarks

Only rotation transforms of 0, 90, 180, and 270 degrees are supported.

Applies to