DocumentAuthenticator.temporalWindowSize Property

Module: DocumentAuthenticator

Type: int

Definition

Size of the FIFO frame buffer, used for processing.

temporal_window_size: int

Exceptions

An error has occurred during Document Library execution.
int get temporalWindowSize => getTemporalWindowSize();
set temporalWindowSize(int value) => setTemporalWindowSize(value);

Exceptions

An error has occurred during Document Library execution.
public int temporalWindowSize
{
    get => GettemporalWindowSize();
    set => SettemporalWindowSize(ref value);
}

Exceptions

An error has occurred during Document Library execution.
public int getTemporalWindowSize() throws DocumentException
public void setTemporalWindowSize(int temporalWindowSize) throws DocumentException

Exceptions

An error has occurred during Document Library execution.
public var temporalWindowSize: Int
    get {
        return Int(try! getTemporalWindowSize())
    }
}

Exceptions

An error has occurred during Document Library execution.
int id3DocumentAuthenticator_GetTemporalWindowSize (ID3_DOCUMENT_AUTHENTICATOR hDocumentAuthenticator, int * temporalWindowSize)
int id3DocumentAuthenticator_SetTemporalWindowSize (ID3_DOCUMENT_AUTHENTICATOR hDocumentAuthenticator, int temporalWindowSize)

Returns

int
An error code.
See id3DocumentError file for the list of possible error codes.