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

# AVRenderedCaptionImage

An object that provides a rendered pixel buffer and its position in pixels.

```
class AVRenderedCaptionImage
```

## Topics

### Inspecting the image

[`pixelBuffer`](/documentation/AVFoundation/AVRenderedCaptionImage/pixelBuffer)

An object that contains pixel data for the rendered caption.

[`readOnlyPixelBuffer`](/documentation/AVFoundation/AVRenderedCaptionImage/readOnlyPixelBuffer)

A CVReadOnlyPixelBuffer that contains pixel data for the rendered caption

[`position`](/documentation/AVFoundation/AVRenderedCaptionImage/position)

A point that defines the position, in pixels, of the rendered caption image relative to the video frame.



---

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)