<!--
{
  "availability" : [
    "tvOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVPlayerViewController/playbackControlsIncludeInfoViews",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:objc(cs)AVPlayerViewController(py)playbackControlsIncludeInfoViews"
  },
  "title" : "playbackControlsIncludeInfoViews"
}
-->

# playbackControlsIncludeInfoViews

A Boolean value that indicates whether the player presents video metadata, navigation markers, and playback settings views when someone requests them.

```
var playbackControlsIncludeInfoViews: Bool { get set }
```

## Discussion

This property determines whether the player shows views for video metadata, navigation markers, and playback settings. Set this property value to `false`, and [`showsPlaybackControls`](/documentation/AVKit/AVPlayerViewController/showsPlaybackControls) to `true`, to selectively prevent the player from displaying its information and setting panels. Changing the value of this property doesn’t immediately change the visibility of the info views.

The default value is `true`.

---

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)