Class FrameworkCryptoConfig

    • Field Detail

      • WORKAROUND_DEVICE_NEEDS_KEYS_TO_CONFIGURE_CODEC

        public static final boolean WORKAROUND_DEVICE_NEEDS_KEYS_TO_CONFIGURE_CODEC
        Deprecated.
        Whether the device needs keys to have been loaded into the DrmSession before codec configuration.
      • uuid

        public final UUID uuid
        Deprecated.
        The DRM scheme UUID.
      • sessionId

        public final byte[] sessionId
        Deprecated.
        The DRM session id.
      • forceAllowInsecureDecoderComponents

        public final boolean forceAllowInsecureDecoderComponents
        Deprecated.
        Whether to allow use of insecure decoder components even if the underlying platform says otherwise.
    • Constructor Detail

      • FrameworkCryptoConfig

        public FrameworkCryptoConfig​(UUID uuid,
                                     byte[] sessionId,
                                     boolean forceAllowInsecureDecoderComponents)
        Deprecated.
        Parameters:
        uuid - The DRM scheme UUID.
        sessionId - The DRM session id.
        forceAllowInsecureDecoderComponents - Whether to allow use of insecure decoder components even if the underlying platform says otherwise.