A TEE is an isolated zone of a device's processor, such as ARM TrustZone, running code the main operating system cannot inspect even with root access. Hardware DRM depends on it: Widevine L1 and FairPlay decrypt video inside the TEE, so keys and decrypted frames never appear in normal memory and mobile screen recording captures black.
A TEE is an isolated zone of a device's processor, such as ARM TrustZone or Apple's Secure Enclave lineage, that runs code the main operating system cannot inspect, even on a rooted or jailbroken device.
Hardware-backed DRM depends on the TEE. With Widevine L1 and FairPlay, the content key is delivered into the TEE and the video is decrypted there, so keys and decrypted frames never appear in ordinary memory that apps or debuggers can read. On mobile, this is also why screen recording of protected video captures a black frame: the decrypted image never leaves the protected path.
The TEE is why hardware DRM is meaningfully stronger than software encryption. When evaluating protection, hardware-backed playback on capable devices, plus a graceful fallback for the rest, is the combination to look for.