Class ProcessorConfiguration.CppProxy

java.lang.Object
com.banuba.sdk.effect_player.ProcessorConfiguration.CppProxy
All Implemented Interfaces:
ProcessorConfiguration
Enclosing interface:
ProcessorConfiguration

public static final class ProcessorConfiguration.CppProxy extends Object implements ProcessorConfiguration
  • Method Details

    • _djinni_private_destroy

      public void _djinni_private_destroy()
    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Object
      Throws:
      Throwable
    • setUseFutureFilter

      public void setUseFutureFilter(boolean value)
      Description copied from interface: ProcessorConfiguration
      Use future frame to filter prediction, improves anti-jitter, adds processed frame inconsistency Example: push frame 1 - pop frame 1, push frame 2 - pop frame 1, push frame 3 - pop frame 2, ... Cannot be used together with other configurations Default: true
      Specified by:
      setUseFutureFilter in interface ProcessorConfiguration
    • setUseFutureInterpolate

      public void setUseFutureInterpolate(boolean value)
      Description copied from interface: ProcessorConfiguration
      Use future frame to interpolate prediction, improves performance, adds processed frame inconsistency Example: push frame 1 - pop frame 1, push frame 2 - pop frame 1, push frame 3 - pop frame 2, ... Cannot be used together with other configurations Default: false
      Specified by:
      setUseFutureInterpolate in interface ProcessorConfiguration
    • setUseOfflineMode

      public void setUseOfflineMode(boolean value)
      Description copied from interface: ProcessorConfiguration
      Use offline NN's for processing, improces accuracy in exchange to performance Cannot be used together with other configurations Default: false
      Specified by:
      setUseOfflineMode in interface ProcessorConfiguration
    • create

      @Nullable public static ProcessorConfiguration create()
      Description copied from interface: ProcessorConfiguration
      Create with default params