001/* ----------------------------------------------------------------------------
002 * This file was automatically generated by SWIG (http://www.swig.org).
003 * Version 4.0.2
004 *
005 * Do not make changes to this file unless you know what you are doing--modify
006 * the SWIG interface file instead.
007 * ----------------------------------------------------------------------------- */
008
009package com.avpkit.core;
010
011/**
012 * Internal Only.
013 * 
014 * @see com.avpkit.core.Converter
015 */
016
017public interface AVPKitConstants {
018  /**
019   * Extract version components from the full ::AV_VERSION_INT int as returned<br>
020   * by functions like ::avformat_version() and ::avcodec_version()
021   */
022  public final static int LIBAVUTIL_VERSION_MAJOR = AVPKitJNI.LIBAVUTIL_VERSION_MAJOR_get();
023  public final static int LIBAVUTIL_VERSION_MINOR = AVPKitJNI.LIBAVUTIL_VERSION_MINOR_get();
024  public final static int LIBAVUTIL_VERSION_MICRO = AVPKitJNI.LIBAVUTIL_VERSION_MICRO_get();
025  public final static int LIBAVUTIL_VERSION_INT = AVPKitJNI.LIBAVUTIL_VERSION_INT_get();
026  public final static int LIBAVUTIL_BUILD = AVPKitJNI.LIBAVUTIL_BUILD_get();
027  public final static int LIBAVCODEC_VERSION_MAJOR = AVPKitJNI.LIBAVCODEC_VERSION_MAJOR_get();
028  public final static int LIBAVCODEC_VERSION_MINOR = AVPKitJNI.LIBAVCODEC_VERSION_MINOR_get();
029  public final static int LIBAVCODEC_VERSION_MICRO = AVPKitJNI.LIBAVCODEC_VERSION_MICRO_get();
030  public final static int LIBAVCODEC_VERSION_INT = AVPKitJNI.LIBAVCODEC_VERSION_INT_get();
031  public final static int LIBAVCODEC_BUILD = AVPKitJNI.LIBAVCODEC_BUILD_get();
032}