AEGP_OutputModuleSuite4

Struct AEGP_OutputModuleSuite4 

Source
#[repr(C)]
pub struct AEGP_OutputModuleSuite4 {
Show 19 fields pub AEGP_GetOutputModuleByIndex: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmod_indexL: A_long, outmodPH: *mut AEGP_OutputModuleRefH) -> A_Err>, pub AEGP_GetEmbedOptions: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, embed_optionsP: *mut AEGP_EmbeddingType) -> A_Err>, pub AEGP_SetEmbedOptions: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, embed_options: AEGP_EmbeddingType) -> A_Err>, pub AEGP_GetPostRenderAction: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, post_render_actionP: *mut AEGP_PostRenderAction) -> A_Err>, pub AEGP_SetPostRenderAction: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, post_render_action: AEGP_PostRenderAction) -> A_Err>, pub AEGP_GetEnabledOutputs: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, enabled_typesP: *mut AEGP_OutputTypes) -> A_Err>, pub AEGP_SetEnabledOutputs: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, enabled_types: AEGP_OutputTypes) -> A_Err>, pub AEGP_GetOutputChannels: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, output_channelsP: *mut AEGP_VideoChannels) -> A_Err>, pub AEGP_SetOutputChannels: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, output_channels: AEGP_VideoChannels) -> A_Err>, pub AEGP_GetStretchInfo: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, is_enabledPB: *mut A_Boolean, stretch_qualityP: *mut AEGP_StretchQuality, lockedPB: *mut A_Boolean) -> A_Err>, pub AEGP_SetStretchInfo: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, is_enabledB: A_Boolean, stretch_quality: AEGP_StretchQuality) -> A_Err>, pub AEGP_GetCropInfo: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, is_enabledBP: *mut A_Boolean, crop_rectP: *mut A_Rect) -> A_Err>, pub AEGP_SetCropInfo: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, enableB: A_Boolean, crop_rect: A_Rect) -> A_Err>, pub AEGP_GetSoundFormatInfo: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, sound_format_infoP: *mut AEGP_SoundDataFormat, audio_enabledPB: *mut A_Boolean) -> A_Err>, pub AEGP_SetSoundFormatInfo: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, sound_format_info: AEGP_SoundDataFormat, audio_enabledB: A_Boolean) -> A_Err>, pub AEGP_GetOutputFilePath: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, unicode_pathPH: *mut AEGP_MemHandle) -> A_Err>, pub AEGP_SetOutputFilePath: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, pathZ: *const A_UTF16Char) -> A_Err>, pub AEGP_AddDefaultOutputModule: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodPH: *mut AEGP_OutputModuleRefH) -> A_Err>, pub AEGP_GetExtraOutputModuleInfo: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, format_unicodePH: *mut AEGP_MemHandle, info__unicodePH: *mut AEGP_MemHandle, is_sequenceBP: *mut A_Boolean, multi_frameBP: *mut A_Boolean) -> A_Err>,
}

Fields§

§AEGP_GetOutputModuleByIndex: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmod_indexL: A_long, outmodPH: *mut AEGP_OutputModuleRefH) -> A_Err>§AEGP_GetEmbedOptions: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, embed_optionsP: *mut AEGP_EmbeddingType) -> A_Err>§AEGP_SetEmbedOptions: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, embed_options: AEGP_EmbeddingType) -> A_Err>§AEGP_GetPostRenderAction: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, post_render_actionP: *mut AEGP_PostRenderAction) -> A_Err>§AEGP_SetPostRenderAction: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, post_render_action: AEGP_PostRenderAction) -> A_Err>§AEGP_GetEnabledOutputs: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, enabled_typesP: *mut AEGP_OutputTypes) -> A_Err>§AEGP_SetEnabledOutputs: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, enabled_types: AEGP_OutputTypes) -> A_Err>§AEGP_GetOutputChannels: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, output_channelsP: *mut AEGP_VideoChannels) -> A_Err>§AEGP_SetOutputChannels: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, output_channels: AEGP_VideoChannels) -> A_Err>§AEGP_GetStretchInfo: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, is_enabledPB: *mut A_Boolean, stretch_qualityP: *mut AEGP_StretchQuality, lockedPB: *mut A_Boolean) -> A_Err>§AEGP_SetStretchInfo: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, is_enabledB: A_Boolean, stretch_quality: AEGP_StretchQuality) -> A_Err>§AEGP_GetCropInfo: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, is_enabledBP: *mut A_Boolean, crop_rectP: *mut A_Rect) -> A_Err>§AEGP_SetCropInfo: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, enableB: A_Boolean, crop_rect: A_Rect) -> A_Err>§AEGP_GetSoundFormatInfo: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, sound_format_infoP: *mut AEGP_SoundDataFormat, audio_enabledPB: *mut A_Boolean) -> A_Err>§AEGP_SetSoundFormatInfo: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, sound_format_info: AEGP_SoundDataFormat, audio_enabledB: A_Boolean) -> A_Err>§AEGP_GetOutputFilePath: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, unicode_pathPH: *mut AEGP_MemHandle) -> A_Err>§AEGP_SetOutputFilePath: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, pathZ: *const A_UTF16Char) -> A_Err>§AEGP_AddDefaultOutputModule: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodPH: *mut AEGP_OutputModuleRefH) -> A_Err>§AEGP_GetExtraOutputModuleInfo: Option<unsafe extern "C" fn(rq_itemH: AEGP_RQItemRefH, outmodH: AEGP_OutputModuleRefH, format_unicodePH: *mut AEGP_MemHandle, info__unicodePH: *mut AEGP_MemHandle, is_sequenceBP: *mut A_Boolean, multi_frameBP: *mut A_Boolean) -> A_Err>

Trait Implementations§

Source§

impl Clone for AEGP_OutputModuleSuite4

Source§

fn clone(&self) -> AEGP_OutputModuleSuite4

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_OutputModuleSuite4

Source§

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

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

impl Copy for AEGP_OutputModuleSuite4

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.