Skip to content

PryonLite Java Fingerprinting API

Details specific to fingerprinting (fingerprint-based media-induced wake suppression) functionality are briefly described below.

1. Fingerprinting Configuration

The Java client must supply arguments for the following parameters as part of fingerprinting configuration:

/**
 * Binary containing media-derived reference fingerprints for matching and suppression.
 * This may be set to null to disable fingerprint-matching-based suppression.
 */
public byte[] fingerprintList;

2. Fingerprinting Attributes

Attributes associated with the fingerprinting component of the PryonLite engine are listed below:

public String fingerprintApiVersion; ///< Fingerprint API version
public int fingerprintListVersion; ///< Fingerprint List Version

3. Fingerprinting Commands

There are no fingerprinting commands.

4. Fingerprinting Events

There are no fingerprinting events exposed in the Java API.