类 BaseCarSspeKernel.CarDoaCallbackImpl

  • 所有已实现的接口:
    com.aispeech.kernel.Sspe.doa_callback
    封闭类:
    BaseCarSspeKernel

    protected class BaseCarSspeKernel.CarDoaCallbackImpl
    extends java.lang.Object
    implements com.aispeech.kernel.Sspe.doa_callback
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      int run​(int dataType, byte[] data, int size)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • CarDoaCallbackImpl

        protected CarDoaCallbackImpl()
    • 方法详细资料

      • run

        public int run​(int dataType,
                       byte[] data,
                       int size)
        指定者:
        run 在接口中 com.aispeech.kernel.Sspe.doa_callback