---
title: preferredTransform
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcompositiontrack/preferredtransform
---

# preferredTransform

The track’s transform preference to apply to its visual content during presentation or processing.

## Declaration

```swift
var preferredTransform: CGAffineTransform { get }
```

## Discussion

Discussion The value of this property is typically, but not always, CGAffineTransformIdentity.

## See Also

### Accessing visual characteristics

- [naturalSize](avfoundation/avcompositiontrack/naturalsize.md)
