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
DJILBAirLinkEncodeModeSingle
and the FPV video bandwidth percent is non-zero. When the encode mode isDJILBAirLinkEncodeModeSingle
and the FPV video bandwidth percent is 100%, the video data channel will be set toDJIVideoDataChannelFPVCamera
automatically.Declaration
Objective-C
DJIVideoDataChannelFPVCamera
-
Video from HD Gimbal is received by the delegate method. It can only be set when the encode mode is
DJILBAirLinkEncodeModeSingle
and the FPV video bandwidth percent is not 100%. When the encode mode isDJILBAirLinkEncodeModeSingle
and the FPV video bandwidth percent is 0%, the video data channel will be set toDJIVideoDataChannelHDGimbal
automatically.Declaration
Objective-C
DJIVideoDataChannelHDGimbal
-
Video from HDMI is received by the delegate method. It can only be set when the encode mode is
DJILBAirLinkEncodeModeDual
and the dual encode mode percent is not 0%. When the encode mode isDJILBAirLinkEncodeModeDual
and the dual encode mode percent is 100%, the video data channel will be set toDJIVideoDataChannelHDMI
automatically.Declaration
Objective-C
DJIVideoDataChannelHDMI
-
Video from AV is received by the delegate method. It can only be set when the encode mode is
DJILBAirLinkEncodeModeDual
and the dual encode mode percent is not 100%. When the encode mode isDJILBAirLinkEncodeModeDual
and the dual encode mode percent is 0%, the video data channel will be set toDJIVideoDataChannelAV
automatically.Declaration
Objective-C
DJIVideoDataChannelAV
-
Unknown
Declaration
Objective-C
DJIVideoDataChannelUnknown = 255