DJILBAirLinkPIPDisplayMode

enum DJILBAirLinkPIPDisplayMode : uint8_t {}

Defines the combination of video sources to form the secondary output video. The secondary output can display video streams from one or two input sources. When the encode mode is single: * Source 1 represents video from one of the LB input ports (HDMI or AV). * Source 2 represents video from EXT input port (HD Gimbal Camera). When the encode mode is dual: * Source 1 represents video from HDMI input port. * Source 2 represents video from AV input port.

  • Displays video from Source 1 only. When the current encode mode is single, the secondary output will display video from HDMI or AV input. When the current encode mode is dual, the secondary output will display video from HDMI input.

    Declaration

    Objective-C

    DJILBAirLinkPIPDisplayModeSource1Only
  • Displays video from Source 2 only. When the current encode mode is single, the secondary output will display video from HD Gimbal camera. When the current encode mode is dual, the secondary output will display video from HDMI input.

    Declaration

    Objective-C

    DJILBAirLinkPIPDisplayModeSource2Only
  • Displays the video from Source 1 as the main subject, and the video from Source 2 in a mini window (Picture in Picture, or PIP).

    Declaration

    Objective-C

    DJILBAirLinkPIPDisplayModePIPSource1Main
  • Displays the video from Source 2 as the main subject, and the video from Source 1 in a mini window (Picture in Picture, or PIP).

    Declaration

    Objective-C

    DJILBAirLinkPIPDisplayModePIPSource2Main
  • Unknown output mode.

    Declaration

    Objective-C

    DJILBAirLinkPIPDisplayModeUnknown