3.29 Video 3D packing format¶
The BMDVideo3DPackingFormat
enumerates the HDMI output packing format where two frames are packed into one.
bmdVideo3DPackingSidebySideHalf
Frames are packed side-by-side as a single stream.
bmdVideo3DPackingLinebyLine
The two eye frames are packed on alternating lines of the source frame.
bmdVideo3DPackingTopAndBottom
The two eye frames are packed into the top and bottom half of the source frame.
bmdVideo3DPackingFramePacking
Frame packing is a standard HDMI 1.4a 3D mode (Top / Bottom full).
bmdVideo3DPackingLeftOnly
Only the left eye frame is displayed.
bmdVideo3DPackingRightOnly
Only the right eye frame is displayed.