Skip to content

Commit 115557b

Browse files
authored
4K (#5264)
1 parent d894bf0 commit 115557b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

uwp/audio-video-camera/hevc-xbox.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
---
22
title: 4K video playback for UWP apps on Xbox
3-
description: This topic describes how to enable and implement 4K high-efficiency video coding (HEVC) content in your UWP app on Xbox.
4-
ms.date: 03/13/2025
3+
description: This topic describes how to enable and implement the playback of 4K video content in your UWP app on Xbox.
4+
ms.date: 03/14/2025
55
ms.topic: article
66
keywords: xbox, uwp
77
ms.localizationpriority: medium
88
---
99

1010
# 4K video playback for UWP apps on Xbox
1111

12-
This topic describes how to enable and implement 4K high-efficiency video coding (HEVC) content in your UWP app on Xbox.
12+
This topic describes how to enable and implement the playback of 4K video content in your UWP app on Xbox. The info applies to any supported 4K video playback format. But for the current generation of consoles, the preferred video codec for 4K playback is High Efficiency Video Coding (HEVC).
1313

14-
With HEVC, you can deliver high-quality video with improved compression efficiency and reduced bandwidth usage while supporting superior visual fidelity. By leveraging HEVC, media apps can stream 4K content with lower bitrate requirements. This will ensure smoother playback and a better user experience—even in bandwidth-constrained environments. In this topic we cover the necessary steps to enable the HEVC playback flag, along with best practices for refining playback performance on Xbox.
14+
With HEVC, you can deliver high-quality video with improved compression efficiency and reduced bandwidth usage while supporting superior visual fidelity. By leveraging HEVC, media apps can stream 4K content with lower bitrate requirements. This will ensure smoother playback and a better user experience—even in bandwidth-constrained environments. In this topic we cover the necessary steps to enable the 4K (including HEVC) playback flag, along with best practices for refining playback performance on Xbox.
1515

1616
## Behavior differences when enabled
1717

18-
Enabling 4K HEVC playback in your application changes the way your application is treated by the Xbox operating system. On Xbox Series S and Series X consoles, in addition to allowing playback of 4K video, your application will be allocated an additional 3.25GB of graphics memory. This memory is separate from the normal memory the system allocates to UWP applications.
18+
Enabling 4K playback in your application changes the way your application is treated by the Xbox operating system. On Xbox Series S and Series X consoles, in addition to allowing playback of 4K video, your application will be allocated an additional 3.25GB of graphics memory. This memory is separate from the normal memory the system allocates to UWP applications.
1919

2020
Additionally, your application will no longer be able to run simultaneously with games on the Xbox console—when the user launches a game, your app will be suspended and closed. Similarly, when your app is launched, the user will have to wait for any game that they were playing to fully close. A consequence of this is that apps will need to choose between being able to play background music and being able to play 4K video content.
2121

2222
## Enabling 4K playback in your appxmanifest
2323

24-
4K and HDR10 video playback is supported on the Xbox One S onwards (the original Xbox One is restricted to 1080p). All these capabilities are enabled using the special `hevcPlayback` capability in the app manifest. The preferred video codec for 4K playback is HEVC for the current generation of consoles.
24+
4K and HDR10 video playback is supported on the Xbox One S onwards (the original Xbox One is restricted to 1080p). All these capabilities are enabled using the special `hevcPlayback` capability in the app manifest. Again, the flag enables 4K playback video in any supported format (but HEVC is recommended).
2525

2626
### Code example
2727

0 commit comments

Comments
 (0)