Configure player

Close

WWDC Index does not host video files

If you have access to video files, you can configure a URL pattern to be used in a video player.

URL pattern

preview

Use any of these variables in your URL pattern, the pattern is stored in your browsers' local storage.

$id
ID of session: tech-talks-10696
$eventId
ID of event: tech-talks
$eventContentId
ID of session without event part: 10696
$eventShortId
Shortened ID of event: tech-talks
$year
Year of session: 2020
$extension
Extension of original filename: mp4
$filenameAlmostEvery
Filename from "(Almost) Every..." gist: [2020] [Tech Talk 10696] Uniform...

Tech Talk 10696

Uniform Type Identifiers — a reintroduction

2020 • 24:26

Ever wonder how the system decides what app should open a given file? Explore the Uniform Type Identifiers framework, which helps you simplify the process for supporting standard or proprietary file formats in your app. You'll learn how to use the new framework and Xcode to declare the types your app supports, discover how to boost performance when you adopt UTTypes, and review the latest platform APIs that support UTTypes.

Speaker: Jonathan Grynspan

Open in Apple Developer site