#[repr(C)]pub struct AEGP_FootageSuite5 {Show 21 fields
pub AEGP_GetMainFootageFromItem: Option<unsafe extern "C" fn(itemH: AEGP_ItemH, footagePH: *mut AEGP_FootageH) -> A_Err>,
pub AEGP_GetProxyFootageFromItem: Option<unsafe extern "C" fn(itemH: AEGP_ItemH, proxy_footagePH: *mut AEGP_FootageH) -> A_Err>,
pub AEGP_GetFootageNumFiles: Option<unsafe extern "C" fn(footageH: AEGP_FootageH, num_main_filesPL0: *mut A_long, files_per_framePL0: *mut A_long) -> A_Err>,
pub AEGP_GetFootagePath: Option<unsafe extern "C" fn(footageH: AEGP_FootageH, frame_numL: A_long, file_indexL: A_long, unicode_pathPH: *mut AEGP_MemHandle) -> A_Err>,
pub AEGP_GetFootageSignature: Option<unsafe extern "C" fn(footageH: AEGP_FootageH, sigP: *mut AEGP_FootageSignature) -> A_Err>,
pub AEGP_NewFootage: Option<unsafe extern "C" fn(aegp_plugin_id: AEGP_PluginID, pathZ: *const A_UTF16Char, layer_infoP0: *const AEGP_FootageLayerKey, sequence_optionsP0: *const AEGP_FileSequenceImportOptions, interp_style: AEGP_InterpretationStyle, reserved: *mut c_void, footagePH: *mut AEGP_FootageH) -> A_Err>,
pub AEGP_AddFootageToProject: Option<unsafe extern "C" fn(footageH: AEGP_FootageH, folderH: AEGP_ItemH, added_itemPH0: *mut AEGP_ItemH) -> A_Err>,
pub AEGP_SetItemProxyFootage: Option<unsafe extern "C" fn(footageH: AEGP_FootageH, itemH: AEGP_ItemH) -> A_Err>,
pub AEGP_ReplaceItemMainFootage: Option<unsafe extern "C" fn(footageH: AEGP_FootageH, itemH: AEGP_ItemH) -> A_Err>,
pub AEGP_DisposeFootage: Option<unsafe extern "C" fn(footageH: AEGP_FootageH) -> A_Err>,
pub AEGP_GetFootageInterpretation: Option<unsafe extern "C" fn(itemH: AEGP_ItemH, proxyB: A_Boolean, interpP: *mut AEGP_FootageInterp) -> A_Err>,
pub AEGP_SetFootageInterpretation: Option<unsafe extern "C" fn(itemH: AEGP_ItemH, proxyB: A_Boolean, interpP: *const AEGP_FootageInterp) -> A_Err>,
pub AEGP_GetFootageLayerKey: Option<unsafe extern "C" fn(footageH: AEGP_FootageH, layerKeyP: *mut AEGP_FootageLayerKey) -> A_Err>,
pub AEGP_NewPlaceholderFootage: Option<unsafe extern "C" fn(plugin_id: AEGP_PluginID, nameZ: *const A_char, width: A_long, height: A_long, durationPT: *const A_Time, footagePH: *mut AEGP_FootageH) -> A_Err>,
pub AEGP_NewPlaceholderFootageWithPath: Option<unsafe extern "C" fn(plugin_id: AEGP_PluginID, pathZ: *const A_UTF16Char, path_platform: AEGP_Platform, file_type: AEIO_FileType, widthL: A_long, heightL: A_long, durationPT: *const A_Time, footagePH: *mut AEGP_FootageH) -> A_Err>,
pub AEGP_NewSolidFootage: Option<unsafe extern "C" fn(nameZ: *const A_char, width: A_long, height: A_long, colorP: *const AEGP_ColorVal, footagePH: *mut AEGP_FootageH) -> A_Err>,
pub AEGP_GetSolidFootageColor: Option<unsafe extern "C" fn(itemH: AEGP_ItemH, proxyB: A_Boolean, colorP: *mut AEGP_ColorVal) -> A_Err>,
pub AEGP_SetSolidFootageColor: Option<unsafe extern "C" fn(itemH: AEGP_ItemH, proxyB: A_Boolean, colorP: *const AEGP_ColorVal) -> A_Err>,
pub AEGP_SetSolidFootageDimensions: Option<unsafe extern "C" fn(itemH: AEGP_ItemH, proxyB: A_Boolean, widthL: A_long, heightL: A_long) -> A_Err>,
pub AEGP_GetFootageSoundDataFormat: Option<unsafe extern "C" fn(footageH: AEGP_FootageH, sound_formatP: *mut AEGP_SoundDataFormat) -> A_Err>,
pub AEGP_GetFootageSequenceImportOptions: Option<unsafe extern "C" fn(footageH: AEGP_FootageH, optionsP: *mut AEGP_FileSequenceImportOptions) -> A_Err>,
}Fields§
§AEGP_GetMainFootageFromItem: Option<unsafe extern "C" fn(itemH: AEGP_ItemH, footagePH: *mut AEGP_FootageH) -> A_Err>§AEGP_GetProxyFootageFromItem: Option<unsafe extern "C" fn(itemH: AEGP_ItemH, proxy_footagePH: *mut AEGP_FootageH) -> A_Err>§AEGP_GetFootageNumFiles: Option<unsafe extern "C" fn(footageH: AEGP_FootageH, num_main_filesPL0: *mut A_long, files_per_framePL0: *mut A_long) -> A_Err>§AEGP_GetFootagePath: Option<unsafe extern "C" fn(footageH: AEGP_FootageH, frame_numL: A_long, file_indexL: A_long, unicode_pathPH: *mut AEGP_MemHandle) -> A_Err>§AEGP_GetFootageSignature: Option<unsafe extern "C" fn(footageH: AEGP_FootageH, sigP: *mut AEGP_FootageSignature) -> A_Err>§AEGP_NewFootage: Option<unsafe extern "C" fn(aegp_plugin_id: AEGP_PluginID, pathZ: *const A_UTF16Char, layer_infoP0: *const AEGP_FootageLayerKey, sequence_optionsP0: *const AEGP_FileSequenceImportOptions, interp_style: AEGP_InterpretationStyle, reserved: *mut c_void, footagePH: *mut AEGP_FootageH) -> A_Err>§AEGP_AddFootageToProject: Option<unsafe extern "C" fn(footageH: AEGP_FootageH, folderH: AEGP_ItemH, added_itemPH0: *mut AEGP_ItemH) -> A_Err>§AEGP_SetItemProxyFootage: Option<unsafe extern "C" fn(footageH: AEGP_FootageH, itemH: AEGP_ItemH) -> A_Err>§AEGP_ReplaceItemMainFootage: Option<unsafe extern "C" fn(footageH: AEGP_FootageH, itemH: AEGP_ItemH) -> A_Err>§AEGP_DisposeFootage: Option<unsafe extern "C" fn(footageH: AEGP_FootageH) -> A_Err>§AEGP_GetFootageInterpretation: Option<unsafe extern "C" fn(itemH: AEGP_ItemH, proxyB: A_Boolean, interpP: *mut AEGP_FootageInterp) -> A_Err>§AEGP_SetFootageInterpretation: Option<unsafe extern "C" fn(itemH: AEGP_ItemH, proxyB: A_Boolean, interpP: *const AEGP_FootageInterp) -> A_Err>§AEGP_GetFootageLayerKey: Option<unsafe extern "C" fn(footageH: AEGP_FootageH, layerKeyP: *mut AEGP_FootageLayerKey) -> A_Err>§AEGP_NewPlaceholderFootage: Option<unsafe extern "C" fn(plugin_id: AEGP_PluginID, nameZ: *const A_char, width: A_long, height: A_long, durationPT: *const A_Time, footagePH: *mut AEGP_FootageH) -> A_Err>§AEGP_NewPlaceholderFootageWithPath: Option<unsafe extern "C" fn(plugin_id: AEGP_PluginID, pathZ: *const A_UTF16Char, path_platform: AEGP_Platform, file_type: AEIO_FileType, widthL: A_long, heightL: A_long, durationPT: *const A_Time, footagePH: *mut AEGP_FootageH) -> A_Err>§AEGP_NewSolidFootage: Option<unsafe extern "C" fn(nameZ: *const A_char, width: A_long, height: A_long, colorP: *const AEGP_ColorVal, footagePH: *mut AEGP_FootageH) -> A_Err>§AEGP_GetSolidFootageColor: Option<unsafe extern "C" fn(itemH: AEGP_ItemH, proxyB: A_Boolean, colorP: *mut AEGP_ColorVal) -> A_Err>§AEGP_SetSolidFootageColor: Option<unsafe extern "C" fn(itemH: AEGP_ItemH, proxyB: A_Boolean, colorP: *const AEGP_ColorVal) -> A_Err>§AEGP_SetSolidFootageDimensions: Option<unsafe extern "C" fn(itemH: AEGP_ItemH, proxyB: A_Boolean, widthL: A_long, heightL: A_long) -> A_Err>§AEGP_GetFootageSoundDataFormat: Option<unsafe extern "C" fn(footageH: AEGP_FootageH, sound_formatP: *mut AEGP_SoundDataFormat) -> A_Err>§AEGP_GetFootageSequenceImportOptions: Option<unsafe extern "C" fn(footageH: AEGP_FootageH, optionsP: *mut AEGP_FileSequenceImportOptions) -> A_Err>Trait Implementations§
Source§impl Clone for AEGP_FootageSuite5
impl Clone for AEGP_FootageSuite5
Source§fn clone(&self) -> AEGP_FootageSuite5
fn clone(&self) -> AEGP_FootageSuite5
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AEGP_FootageSuite5
impl Debug for AEGP_FootageSuite5
impl Copy for AEGP_FootageSuite5
Auto Trait Implementations§
impl Freeze for AEGP_FootageSuite5
impl RefUnwindSafe for AEGP_FootageSuite5
impl Send for AEGP_FootageSuite5
impl Sync for AEGP_FootageSuite5
impl Unpin for AEGP_FootageSuite5
impl UnwindSafe for AEGP_FootageSuite5
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more