/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.2 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */ package com.frostwire.jlibtorrent.swig; public interface libtorrentConstants { public final static int LIBTORRENT_VERSION_MAJOR = libtorrent_jni.LIBTORRENT_VERSION_MAJOR_get(); public final static int LIBTORRENT_VERSION_MINOR = libtorrent_jni.LIBTORRENT_VERSION_MINOR_get(); public final static int LIBTORRENT_VERSION_TINY = libtorrent_jni.LIBTORRENT_VERSION_TINY_get(); public final static int LIBTORRENT_VERSION_NUM = libtorrent_jni.LIBTORRENT_VERSION_NUM_get(); public final static String LIBTORRENT_VERSION = libtorrent_jni.LIBTORRENT_VERSION_get(); public final static String LIBTORRENT_REVISION = libtorrent_jni.LIBTORRENT_REVISION_get(); public final static int min_request_queue = libtorrent_jni.min_request_queue_get(); public final static int tracker_retry_delay_min = libtorrent_jni.tracker_retry_delay_min_get(); public final static int tracker_retry_delay_max = libtorrent_jni.tracker_retry_delay_max_get(); public final static int TORRENT_MAX_ALERT_TYPES = libtorrent_jni.TORRENT_MAX_ALERT_TYPES_get(); public final static int TORRENT_DEBUG_STREAMING = libtorrent_jni.TORRENT_DEBUG_STREAMING_get(); }