예제 #1
0
        /** Release an AudioRecordingDeviceManager instance.
         *
         * @return
         * - 0: Success.
         * - < 0: Failure.
         */
        public override int ReleaseAAudioRecordingDeviceManager()
        {
            if (mEngine == null)
            {
                return((int)ERROR_CODE.ERROR_NOT_INIT_ENGINE);
            }

            return(IRtcEngineNative.releaseAAudioRecordingDeviceManager());
        }