C.CryptoType
Artifact: androidx.media3:media3-common
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(open = true, value = )
annotation C.CryptoType
Types of crypto implementation. May be one of CRYPTO_TYPE_NONE
, CRYPTO_TYPE_UNSUPPORTED
or CRYPTO_TYPE_FRAMEWORK
. May also be an app-defined value (see CRYPTO_TYPE_CUSTOM_BASE
).