Type Alias OverDriveParams

OverDriveParams: {
    drive?: number;
    level?: number;
    oversample?: OverSampleType;
    state?: boolean;
}