Sets the percentage downlink video bandwidth dedicated to the video feed from one of the LB input ports. The remaining percentage is dedicated to the video feed from EXT input port. Setting 100% dedicates all the video bandwidth to LB.
Input Parameters:
float percent
Percentage downlink bandwidth for video feed from LB port.
Gets the percentage downlink video bandwidth dedicated to the video feed from one of the LB input ports. The remaining percentage is dedicated to the video feed from EXT input port.
Input Parameters:
float percent
Percentage downlink bandwidth for video feed from LB port.
NSError *_Nullable error
Error encountered during the request. If the request is successful, it will be nil.
Sets the percentage downlink video bandwidth dedicated to the main camera or main cameras (for M210 and M210 RTK). The remaining percentage is dedicated to the FPV camera. For M210 and M210 RTK, the bandwidth for main cameras can be further divided by calling setBandwidthAllocationForLeftCamera:withCompletion. It is only supported by Inspire 2 and M200 series.
Gets the percentage downlink video bandwidth dedicated to the main camera or main cameras (for M210 and M210 RTK). The remaining percentage is dedicated to the FPV camera. It is only supported by Inspire 2 and M200 series.
Input Parameters:
float percent
Percentage downlink bandwidth for main camera(s).
NSError *_Nullable error
Error encountered during the request. If the request is successful, it will be nil.
Sets the percentage of the main cameras' bandwidth dedicated to the left camera. The remaining percentage is dedicated to the right camera. The main cameras' bandwidth is determined by setBandwidthAllocationForMainCamera:withCompletion. This setting will influence the physical sources of video feeds (primaryVideoFeed and secondaryVideoFeed):
YES if Lightbridge 2 device supports dual encode mode. Dual encode mode allows the Lightbridge module to encode and transmit both it's AV and HDMI inputs simultaneously.
Sets Lightbridge 2 encode mode. It is only available when canEXTVideoInputPortBeDisabled returns YES. For Lightbridge 2 modules that don't support dual encode mode, the encode mode is always single.
Gets Lightbridge 2 encode mode. It is only available when canEXTVideoInputPortBeDisabled returns YES. For Lightbridge 2 modules that don't support dual encode mode, the encode mode is always single.
Gets the computational power and bandwidth balance between AV and HDMI inputs on the Lightbridge 2 module when dual encode mode is enabled. It is only available when canEXTVideoInputPortBeDisabled returns YES. When percent is 0.0, all resources are allocated for video data from AV port. When percent is 1.0, all resources are allocated for video data from HDMI port.
Sets the computational power and bandwidth balance between AV and HDMI inputs on the Lightbridge 2 module when dual encode mode is enabled. Balance is in percent [0.0, 1.0]. It is only available when canEXTVideoInputPortBeDisabled returns YES. When percent is 0.0, all resources are allocated for video data from AV port. When percent is 1.0, all resources are allocated for video data from HDMI port.
Input Parameters:
float percent
Percentage resources dedicated to HDMI encoding and transmission.
Gets the frequency bands supported by the product in the current area. It is only supported by Inspire 2 and Phantom 4 Pro. For the other products with LB air link, the frequency band is always 2.4 GHz.
Sets the LB air link frequency band. It is only supported by Inspire 2 and Phantom 4 Pro. For the other products
with LB air link, the frequency band is always 2.4 GHz.
Gets the LB air link frequency band. It is only supported by Inspire 2 and Phantom 4 Pro. For the other products with LB air link, the frequency band is always 2.4 GHz.
The updated interference information. The elements in the array of 'DJILBAirLinkChannelInterference' objects each hold the interference signal strength of a channel. Elements are sorted by increasing channel number.