DJI Mic 2 Transmitter (Shadow Black), Wireless Microphone with Intelligent Noise Cancelling, 14-Hour Internal Recording, 6-Hour Battery, Magnetic Attachment, Bluetooth Microphone, YouTube, Vlogs
Original price was: $776.00.$147.00Current price is: $147.00.
Description
From the brand
-
Handheld & Action
-
Portable Power Station
-
Camera Drones
-
Professional Handheld
-
Essential Accessories
From the manufacturer
/** * Common event handler for click and keydown events. * @param {Event} event – The event object. * @param {Function} handleClickOrEnter – Function to handle click or Enter key events. * @param {Function} handleEsc – Function to handle Esc key events. */ // [TODO][AplusMantle-8064] Create common event handler util(key events, click events) in AplusModuleResources function handleClickAndKeyEvents(event, handleClickOrEnterOrSpace) { const ENTER_KEY_CODE = 13; const ESCAPE_KEY_CODE = 27; const SPACE_KEY_CODE = 32; const isClick = event.type === ‘click’; const isKeydown = event.type === ‘keydown’; const isEnter = isKeydown && event.keyCode === ENTER_KEY_CODE; const isSpace = isKeydown && event.keyCode === SPACE_KEY_CODE; const isEsc = isKeydown && event.keyCode === ESCAPE_KEY_CODE; if (isClick || isEnter || isSpace) { handleClickOrEnterOrSpace(); } else if (isEsc) { handleEsc(event); } } /** * Function to handle esc key event. * @param {Event} event – The event object. */ function handleEsc(event) { event.target.blur() // force remove focus }
DJI Mic 2 | Wireless Microphone for Pro-Level Audio
1 Sound Outstanding 2 Noise Cancelling 3 Internal Recording 4 Bluetooth Connection
1 Sleek Design 2 6-Hour Battery 3 Compact & Magnetic
Practical Accessories, Do More with Mic 2
-
DJI Lavalier Mic
Requires connection with the transmitter during use. Compact, easily concealable, and with a rotatable design, it ensures exceptional sound quality for interviews, vlogs, and more. [8]
-
DJI Mic 2 Charging Case
Provides DJI Mic 2 with up to 18 hours of battery life and makes it easy to charge up when outdoors. It also can automatically connect the receiver and transmitters during charging. [8]
P.now(“premium-aplus-13-carousel-4”).execute(function(init) { if (init) { return; } P.register(“premium-aplus-13-carousel-4”, function(){ return function() { P.when(“A”, “jQuery”, “a-carousel-framework”, “ready”).execute(function (A, $, framework) { var moduleId = “4”; var carouselName = “premium-aplus-13-carousel-4”; var paginationAction = “aplus-pagination-dot-action-” + moduleId; var paginationGroup = “#aplus-pagination-group-” + moduleId + “-” + carouselName; const ENTER_KEY_CODE = 13; const ESCAPE_KEY_CODE = 27; /* If the carousel goes to a new page */ A.on(“a:carousel:”+carouselName+”:change:pageNumber”, function (data) { A.$(paginationGroup+” .carousel-slider-circle”).removeClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘false’) .eq(data.newValue – 1).addClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘true’); }); framework.onInit(carouselName, function (carousel) { A.declarative(paginationAction, ‘click keydown’, function(event){ var isClick = event.type === ‘click’; var isKeydown = event.type === ‘keydown’; var isEnter = isKeydown && event.$event.keyCode === ENTER_KEY_CODE; var isEsc = isKeydown && event.$event.keyCode === ESCAPE_KEY_CODE; if (isClick || isEnter) { var data = event.data; carousel.gotoPage(data.page); } else if (isEsc) { // force remove focus event.$target.blur() } }); }); }); } });});
Which is the Best for You?
| Add to Cart | Add to Cart | Add to Cart |




Reviews
There are no reviews yet.