Class ExoMediaDrm.KeyStatus

    • Constructor Detail

      • KeyStatus

        public KeyStatus​(int statusCode,
                         byte[] keyId)
        Creates an instance.
        Parameters:
        statusCode - The status code of the key, as defined by MediaDrm.KeyStatus.getStatusCode().
        keyId - The ID of the key.
    • Method Detail

      • getKeyId

        public byte[] getKeyId()
        Returns the ID of the key.