RPVideoSampleOrientationKey

Static RPVideoSampleOrientationKey 

Source
pub unsafe static RPVideoSampleOrientationKey: &'static NSString
Available on crate feature RPBroadcastExtension only.
Expand description

RPVideoSampleOrientationKey

Use this key in conjunction with CMGetAttachment on CMSampleBufferRef to get the orientation for the sample. The orientation will follow the enum CGImagePropertyOrientation

See also Apple’s documentation