コード例 #1
0
        /** Retrieves the total number of the indexed video recording devices in the system.
         *
         * @return Total number of the indexed video recording devices.
         */
        public override int GetVideoDeviceCount()
        {
            if (_mEngine == null)
            {
                return((int)ERROR_CODE.ERROR_NOT_INIT_ENGINE);
            }

            return(IRtcEngineNative.getVideoDeviceCollectionCount());
        }