EGLSurfaceTexture.SecureMode
Artifact: androidx.media3:media3-common
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
annotation EGLSurfaceTexture.SecureMode
Secure mode to be used by the EGL surface and context. One of SECURE_MODE_NONE
, SECURE_MODE_SURFACELESS_CONTEXT
or SECURE_MODE_PROTECTED_PBUFFER
.