3.10 Frame Preview Format

BMD3DPreviewFormat enumerates the dual preview formats available for the DeckLink screen preview.

The OpenGL based preview format can be set using IDeckLinkGLScreenPreviewHelper::Set3DPreviewFormat().

The DirectX based preview format can be set using IDeckLinkDX9ScreenPreviewHelper::Set3DPreviewFormat().

  • bmd3DPreviewFormatDefault

    Preview frames in the default top-bottom format.

  • bmd3DPreviewFormatLeftOnly

    Preview the left eye frame only.

  • bmd3DPreviewFormatRightOnly

    Preview the right eye frame only.

  • bmd3DPreviewFormatSideBySide

    Preview the frames frame in side by side format

  • bmd3DPreviewFormatTopBottom

    Preview the frames in top-bottom format.