//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use core::ffi::*;
use crate::*;
extern "C-unwind" {
/// Allows the client to use video decoders appropriate for professional video workflows.
///
/// By calling this function, a client indicates to VideoToolbox that it wishes to support Media Extension video decoders. Any associated Video RAW Processors will also be supported as well. Note that this functionality is intended for applications supporting professional video workflows. It is not recommended for network-facing applications such as web browsers, messaging clients, mail clients, etc.
pub fn VTRegisterProfessionalVideoWorkflowVideoDecoders();
}
extern "C-unwind" {
/// Allows the client to use encoders appropriate for professional video workflows.
pub fn VTRegisterProfessionalVideoWorkflowVideoEncoders();
}