DJIVideoDataChannel
enum DJIVideoDataChannel : uint8_t {}
The video source for the delegate method
- (void)lbAirLink:(DJILBAirLink *_Nonnull)lbAirLink didReceiveVideoData:(NSData *)data
in DJILBAirLinkDelegate and DJICameraDelegate.
-
Video from AV or HDMI is received by the delegate method. It can only be set when the encode mode is
DJILBAirLinkEncodeModeSingleand the FPV video bandwidth percent is non-zero. When the encode mode isDJILBAirLinkEncodeModeSingleand the FPV video bandwidth percent is 100%, the video data channel will be set toDJIVideoDataChannelFPVCameraautomatically.Declaration
Objective-C
DJIVideoDataChannelFPVCamera -
Video from HD Gimbal is received by the delegate method. It can only be set when the encode mode is
DJILBAirLinkEncodeModeSingleand the FPV video bandwidth percent is not 100%. When the encode mode isDJILBAirLinkEncodeModeSingleand the FPV video bandwidth percent is 0%, the video data channel will be set toDJIVideoDataChannelHDGimbalautomatically.Declaration
Objective-C
DJIVideoDataChannelHDGimbal -
Video from HDMI is received by the delegate method. It can only be set when the encode mode is
DJILBAirLinkEncodeModeDualand the dual encode mode percent is not 0%. When the encode mode isDJILBAirLinkEncodeModeDualand the dual encode mode percent is 100%, the video data channel will be set toDJIVideoDataChannelHDMIautomatically.Declaration
Objective-C
DJIVideoDataChannelHDMI -
Video from AV is received by the delegate method. It can only be set when the encode mode is
DJILBAirLinkEncodeModeDualand the dual encode mode percent is not 100%. When the encode mode isDJILBAirLinkEncodeModeDualand the dual encode mode percent is 0%, the video data channel will be set toDJIVideoDataChannelAVautomatically.Declaration
Objective-C
DJIVideoDataChannelAV -
Unknown
Declaration
Objective-C
DJIVideoDataChannelUnknown = 255
View on GitHub
DJIVideoDataChannel Enum Reference