AVAssetImageGenerator.AppliesPreferredTrackTransform Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.