<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVMutableCaptionRegion",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVMutableCaptionRegion"
  },
  "title" : "AVMutableCaptionRegion"
}
-->

# AVMutableCaptionRegion

A mutable caption region subclass that you use to create new caption regions.

```
class AVMutableCaptionRegion
```

## Topics

### Creating a caption region

[`init()`](/documentation/AVFoundation/AVMutableCaptionRegion/init())

Creates a caption region.

[`init(identifier:)`](/documentation/AVFoundation/AVMutableCaptionRegion/init(identifier:))

Creates a caption region that has an identifier.

### Configuring the region

[`origin`](/documentation/AVFoundation/AVMutableCaptionRegion/origin)

The region’s top-left position.

[`size`](/documentation/AVFoundation/AVMutableCaptionRegion/size)

The height and width of the region.

[`displayAlignment`](/documentation/AVFoundation/AVMutableCaptionRegion/displayAlignment)

The alignment of lines for the region.

[`scroll`](/documentation/AVFoundation/AVMutableCaptionRegion/scroll)

The scroll mode of the region.

[`writingMode`](/documentation/AVFoundation/AVMutableCaptionRegion/writingMode)

The block and inline progression direction of the region.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)