MTRegisterProfessionalVideoWorkflowFormatReaders()
Enables the use of media format readers that support professional video workflows.
Declaration
func MTRegisterProfessionalVideoWorkflowFormatReaders()Overview
Call this function to indicate to Media Toolbox that your app requires support for MediaExtension format readers.
By convention, format readers registered using this function should conform to the abstract UTTypeReference of com.apple.mediaextension-content which in turn conforms to the abstract type public.movie. You can use com.apple.mediaextension-content to do type filtering (for example in Open… dialogs).