AEGP_KeyframeSuite3

Struct AEGP_KeyframeSuite3 

Source
#[repr(C)]
pub struct AEGP_KeyframeSuite3 {
Show 20 fields pub AEGP_GetStreamNumKFs: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, num_kfsPL: *mut A_long) -> A_Err>, pub AEGP_GetKeyframeTime: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, time_mode: AEGP_LTimeMode, timePT: *mut A_Time) -> A_Err>, pub AEGP_InsertKeyframe: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, time_mode: AEGP_LTimeMode, timePT: *const A_Time, key_indexP: *mut AEGP_KeyframeIndex) -> A_Err>, pub AEGP_DeleteKeyframe: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex) -> A_Err>, pub AEGP_GetNewKeyframeValue: Option<unsafe extern "C" fn(aegp_plugin_id: AEGP_PluginID, streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, valueP: *mut AEGP_StreamValue) -> A_Err>, pub AEGP_SetKeyframeValue: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, valueP: *const AEGP_StreamValue) -> A_Err>, pub AEGP_GetStreamValueDimensionality: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, value_dimPS: *mut A_short) -> A_Err>, pub AEGP_GetStreamTemporalDimensionality: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, temporal_dimPS: *mut A_short) -> A_Err>, pub AEGP_GetNewKeyframeSpatialTangents: Option<unsafe extern "C" fn(aegp_plugin_id: AEGP_PluginID, streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, in_tanP0: *mut AEGP_StreamValue, out_tanP0: *mut AEGP_StreamValue) -> A_Err>, pub AEGP_SetKeyframeSpatialTangents: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, in_tanP0: *const AEGP_StreamValue, out_tanP0: *const AEGP_StreamValue) -> A_Err>, pub AEGP_GetKeyframeTemporalEase: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, dimensionL: A_long, in_easeP0: *mut AEGP_KeyframeEase, out_easeP0: *mut AEGP_KeyframeEase) -> A_Err>, pub AEGP_SetKeyframeTemporalEase: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, dimensionL: A_long, in_easeP0: *const AEGP_KeyframeEase, out_easeP0: *const AEGP_KeyframeEase) -> A_Err>, pub AEGP_GetKeyframeFlags: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, flagsP: *mut AEGP_KeyframeFlags) -> A_Err>, pub AEGP_SetKeyframeFlag: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, flag: AEGP_KeyframeFlags, true_falseB: A_Boolean) -> A_Err>, pub AEGP_GetKeyframeInterpolation: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, in_interpP0: *mut AEGP_KeyframeInterpolationType, out_interpP0: *mut AEGP_KeyframeInterpolationType) -> A_Err>, pub AEGP_SetKeyframeInterpolation: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, in_interp: AEGP_KeyframeInterpolationType, out_interp: AEGP_KeyframeInterpolationType) -> A_Err>, pub AEGP_StartAddKeyframes: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, akPH: *mut AEGP_AddKeyframesInfoH) -> A_Err>, pub AEGP_AddKeyframes: Option<unsafe extern "C" fn(akH: AEGP_AddKeyframesInfoH, time_mode: AEGP_LTimeMode, timePT: *const A_Time, key_indexPL: *mut A_long) -> A_Err>, pub AEGP_SetAddKeyframe: Option<unsafe extern "C" fn(akH: AEGP_AddKeyframesInfoH, key_indexL: A_long, valueP: *const AEGP_StreamValue) -> A_Err>, pub AEGP_EndAddKeyframes: Option<unsafe extern "C" fn(addB: A_Boolean, akH: AEGP_AddKeyframesInfoH) -> A_Err>,
}

Fields§

§AEGP_GetStreamNumKFs: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, num_kfsPL: *mut A_long) -> A_Err>§AEGP_GetKeyframeTime: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, time_mode: AEGP_LTimeMode, timePT: *mut A_Time) -> A_Err>§AEGP_InsertKeyframe: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, time_mode: AEGP_LTimeMode, timePT: *const A_Time, key_indexP: *mut AEGP_KeyframeIndex) -> A_Err>§AEGP_DeleteKeyframe: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex) -> A_Err>§AEGP_GetNewKeyframeValue: Option<unsafe extern "C" fn(aegp_plugin_id: AEGP_PluginID, streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, valueP: *mut AEGP_StreamValue) -> A_Err>§AEGP_SetKeyframeValue: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, valueP: *const AEGP_StreamValue) -> A_Err>§AEGP_GetStreamValueDimensionality: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, value_dimPS: *mut A_short) -> A_Err>§AEGP_GetStreamTemporalDimensionality: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, temporal_dimPS: *mut A_short) -> A_Err>§AEGP_GetNewKeyframeSpatialTangents: Option<unsafe extern "C" fn(aegp_plugin_id: AEGP_PluginID, streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, in_tanP0: *mut AEGP_StreamValue, out_tanP0: *mut AEGP_StreamValue) -> A_Err>§AEGP_SetKeyframeSpatialTangents: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, in_tanP0: *const AEGP_StreamValue, out_tanP0: *const AEGP_StreamValue) -> A_Err>§AEGP_GetKeyframeTemporalEase: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, dimensionL: A_long, in_easeP0: *mut AEGP_KeyframeEase, out_easeP0: *mut AEGP_KeyframeEase) -> A_Err>§AEGP_SetKeyframeTemporalEase: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, dimensionL: A_long, in_easeP0: *const AEGP_KeyframeEase, out_easeP0: *const AEGP_KeyframeEase) -> A_Err>§AEGP_GetKeyframeFlags: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, flagsP: *mut AEGP_KeyframeFlags) -> A_Err>§AEGP_SetKeyframeFlag: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, flag: AEGP_KeyframeFlags, true_falseB: A_Boolean) -> A_Err>§AEGP_GetKeyframeInterpolation: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, in_interpP0: *mut AEGP_KeyframeInterpolationType, out_interpP0: *mut AEGP_KeyframeInterpolationType) -> A_Err>§AEGP_SetKeyframeInterpolation: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, key_index: AEGP_KeyframeIndex, in_interp: AEGP_KeyframeInterpolationType, out_interp: AEGP_KeyframeInterpolationType) -> A_Err>§AEGP_StartAddKeyframes: Option<unsafe extern "C" fn(streamH: AEGP_StreamRefH, akPH: *mut AEGP_AddKeyframesInfoH) -> A_Err>§AEGP_AddKeyframes: Option<unsafe extern "C" fn(akH: AEGP_AddKeyframesInfoH, time_mode: AEGP_LTimeMode, timePT: *const A_Time, key_indexPL: *mut A_long) -> A_Err>§AEGP_SetAddKeyframe: Option<unsafe extern "C" fn(akH: AEGP_AddKeyframesInfoH, key_indexL: A_long, valueP: *const AEGP_StreamValue) -> A_Err>§AEGP_EndAddKeyframes: Option<unsafe extern "C" fn(addB: A_Boolean, akH: AEGP_AddKeyframesInfoH) -> A_Err>

Trait Implementations§

Source§

impl Clone for AEGP_KeyframeSuite3

Source§

fn clone(&self) -> AEGP_KeyframeSuite3

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_KeyframeSuite3

Source§

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

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

impl Copy for AEGP_KeyframeSuite3

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.