VTCopyVideoEncoderList

Function VTCopyVideoEncoderList 

Source
pub unsafe extern "C-unwind" fn VTCopyVideoEncoderList(
    options: Option<&CFDictionary>,
    list_of_video_encoders_out: NonNull<*const CFArray>,
) -> i32
Available on crate feature VTVideoEncoderList only.
Expand description

Builds a list of available video encoders.

The caller must CFRelease the returned list.

ยงSafety

  • options generics must be of the correct type.
  • list_of_video_encoders_out must be a valid pointer.