pub unsafe static kVTCompressionPropertyKey_MVHEVCLeftAndRightViewIDs: &'static CFStringAvailable on crate feature
VTCompressionProperties only.Expand description
Specifies which of the ViewIDs provided via kVTCompressionPropertyKey_MVHEVCViewIDs is the “left view id” and which is the “right view id”.
MV-HEVC specific. These ViewIDs will be incorporated into the 3D Reference Displays Info SEI message. The property value is a CFArray containing two ViewIDs as CFNumbers with the first correspponding to the left eye and the second corresponding to the right eye. The property is NULL by default.
See also Apple’s documentation