VTFrameSiloCreate

Function VTFrameSiloCreate 

Source
pub unsafe extern "C-unwind" fn VTFrameSiloCreate(
    allocator: Option<&CFAllocator>,
    file_url: Option<&CFURL>,
    time_range: CMTimeRange,
    options: Option<&CFDictionary>,
    frame_silo_out: NonNull<*mut VTFrameSilo>,
) -> i32
👎Deprecated: renamed to VTFrameSilo::create
Available on crate features VTFrameSilo and objc2-core-media only.