AEGP_FootageSuite5

Struct AEGP_FootageSuite5 

Source
#[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

Source§

fn clone(&self) -> AEGP_FootageSuite5

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for AEGP_FootageSuite5

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for AEGP_FootageSuite5

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.