Package com.google.android.exoplayer2
Annotation Type C.CryptoType
-
@Documented @Retention(SOURCE) @Target(TYPE_USE) public static @interface C.CryptoType
Types of crypto implementation. May be one ofC.CRYPTO_TYPE_NONE
,C.CRYPTO_TYPE_UNSUPPORTED
orC.CRYPTO_TYPE_FRAMEWORK
. May also be an app-defined value (seeC.CRYPTO_TYPE_CUSTOM_BASE
).