pub unsafe extern "C-unwind" fn VTCopyVideoEncoderList(
options: Option<&CFDictionary>,
list_of_video_encoders_out: NonNull<*const CFArray>,
) -> i32Available on crate feature
VTVideoEncoderList only.Expand description
Builds a list of available video encoders.
The caller must CFRelease the returned list.
ยงSafety
optionsgenerics must be of the correct type.list_of_video_encoders_outmust be a valid pointer.