AEGP_IOOutSuite4

Struct AEGP_IOOutSuite4 

Source
#[repr(C)]
pub struct AEGP_IOOutSuite4 {
Show 32 fields pub AEGP_GetOutSpecOptionsHandle: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, optionsPPV: *mut *mut c_void) -> A_Err>, pub AEGP_SetOutSpecOptionsHandle: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, optionsPV: *mut c_void, old_optionsPPVO: *mut *mut c_void) -> A_Err>, pub AEGP_GetOutSpecFilePath: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, unicode_pathPH: *mut AEGP_MemHandle, file_reservedPB: *mut A_Boolean) -> A_Err>, pub AEGP_GetOutSpecFPS: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, native_fpsP: *mut A_Fixed) -> A_Err>, pub AEGP_SetOutSpecNativeFPS: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, native_fpsP: A_Fixed) -> A_Err>, pub AEGP_GetOutSpecDepth: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, depthPS: *mut A_short) -> A_Err>, pub AEGP_SetOutSpecDepth: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, depthPS: A_short) -> A_Err>, pub AEGP_GetOutSpecInterlaceLabel: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, interlaceP: *mut FIEL_Label) -> A_Err>, pub AEGP_SetOutSpecInterlaceLabel: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, interlaceP: *const FIEL_Label) -> A_Err>, pub AEGP_GetOutSpecAlphaLabel: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, alphaP: *mut AEIO_AlphaLabel) -> A_Err>, pub AEGP_SetOutSpecAlphaLabel: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, alphaP: *const AEIO_AlphaLabel) -> A_Err>, pub AEGP_GetOutSpecDuration: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, durationP: *mut A_Time) -> A_Err>, pub AEGP_SetOutSpecDuration: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, durationP: *const A_Time) -> A_Err>, pub AEGP_GetOutSpecDimensions: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, widthPL: *mut A_long, heightPL: *mut A_long) -> A_Err>, pub AEGP_GetOutSpecHSF: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, hsfP: *mut A_Ratio) -> A_Err>, pub AEGP_SetOutSpecHSF: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, hsfP: *const A_Ratio) -> A_Err>, pub AEGP_GetOutSpecSoundRate: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, ratePF: *mut A_FpLong) -> A_Err>, pub AEGP_SetOutSpecSoundRate: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, rateF: A_FpLong) -> A_Err>, pub AEGP_GetOutSpecSoundEncoding: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, encodingP: *mut AEIO_SndEncoding) -> A_Err>, pub AEGP_SetOutSpecSoundEncoding: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, encoding: AEIO_SndEncoding) -> A_Err>, pub AEGP_GetOutSpecSoundSampleSize: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, bytes_per_sampleP: *mut AEIO_SndSampleSize) -> A_Err>, pub AEGP_SetOutSpecSoundSampleSize: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, bytes_per_sample: AEIO_SndSampleSize) -> A_Err>, pub AEGP_GetOutSpecSoundChannels: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, num_channelsP: *mut AEIO_SndChannels) -> A_Err>, pub AEGP_SetOutSpecSoundChannels: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, num_channels: AEIO_SndChannels) -> A_Err>, pub AEGP_GetOutSpecIsStill: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, is_stillPB: *mut A_Boolean) -> A_Err>, pub AEGP_GetOutSpecPosterTime: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, poster_timeP: *mut A_Time) -> A_Err>, pub AEGP_GetOutSpecStartFrame: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, start_frameP: *mut A_long) -> A_Err>, pub AEGP_GetOutSpecPullDown: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, pulldownP: *mut AEIO_Pulldown) -> A_Err>, pub AEGP_GetOutSpecIsMissing: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, missingPB: *mut A_Boolean) -> A_Err>, pub AEGP_GetOutSpecShouldEmbedICCProfile: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, embedPB: *mut A_Boolean) -> A_Err>, pub AEGP_GetNewOutSpecColorProfile: Option<unsafe extern "C" fn(aegp_plugin_id: AEGP_PluginID, outH: AEIO_OutSpecH, color_profilePP: *mut AEGP_ColorProfileP) -> A_Err>, pub AEGP_GetOutSpecOutputModule: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, rq_itemP: *mut AEGP_RQItemRefH, om_refP: *mut AEGP_OutputModuleRefH) -> A_Err>,
}

Fields§

§AEGP_GetOutSpecOptionsHandle: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, optionsPPV: *mut *mut c_void) -> A_Err>§AEGP_SetOutSpecOptionsHandle: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, optionsPV: *mut c_void, old_optionsPPVO: *mut *mut c_void) -> A_Err>§AEGP_GetOutSpecFilePath: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, unicode_pathPH: *mut AEGP_MemHandle, file_reservedPB: *mut A_Boolean) -> A_Err>§AEGP_GetOutSpecFPS: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, native_fpsP: *mut A_Fixed) -> A_Err>§AEGP_SetOutSpecNativeFPS: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, native_fpsP: A_Fixed) -> A_Err>§AEGP_GetOutSpecDepth: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, depthPS: *mut A_short) -> A_Err>§AEGP_SetOutSpecDepth: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, depthPS: A_short) -> A_Err>§AEGP_GetOutSpecInterlaceLabel: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, interlaceP: *mut FIEL_Label) -> A_Err>§AEGP_SetOutSpecInterlaceLabel: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, interlaceP: *const FIEL_Label) -> A_Err>§AEGP_GetOutSpecAlphaLabel: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, alphaP: *mut AEIO_AlphaLabel) -> A_Err>§AEGP_SetOutSpecAlphaLabel: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, alphaP: *const AEIO_AlphaLabel) -> A_Err>§AEGP_GetOutSpecDuration: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, durationP: *mut A_Time) -> A_Err>§AEGP_SetOutSpecDuration: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, durationP: *const A_Time) -> A_Err>§AEGP_GetOutSpecDimensions: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, widthPL: *mut A_long, heightPL: *mut A_long) -> A_Err>§AEGP_GetOutSpecHSF: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, hsfP: *mut A_Ratio) -> A_Err>§AEGP_SetOutSpecHSF: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, hsfP: *const A_Ratio) -> A_Err>§AEGP_GetOutSpecSoundRate: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, ratePF: *mut A_FpLong) -> A_Err>§AEGP_SetOutSpecSoundRate: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, rateF: A_FpLong) -> A_Err>§AEGP_GetOutSpecSoundEncoding: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, encodingP: *mut AEIO_SndEncoding) -> A_Err>§AEGP_SetOutSpecSoundEncoding: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, encoding: AEIO_SndEncoding) -> A_Err>§AEGP_GetOutSpecSoundSampleSize: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, bytes_per_sampleP: *mut AEIO_SndSampleSize) -> A_Err>§AEGP_SetOutSpecSoundSampleSize: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, bytes_per_sample: AEIO_SndSampleSize) -> A_Err>§AEGP_GetOutSpecSoundChannels: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, num_channelsP: *mut AEIO_SndChannels) -> A_Err>§AEGP_SetOutSpecSoundChannels: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, num_channels: AEIO_SndChannels) -> A_Err>§AEGP_GetOutSpecIsStill: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, is_stillPB: *mut A_Boolean) -> A_Err>§AEGP_GetOutSpecPosterTime: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, poster_timeP: *mut A_Time) -> A_Err>§AEGP_GetOutSpecStartFrame: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, start_frameP: *mut A_long) -> A_Err>§AEGP_GetOutSpecPullDown: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, pulldownP: *mut AEIO_Pulldown) -> A_Err>§AEGP_GetOutSpecIsMissing: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, missingPB: *mut A_Boolean) -> A_Err>§AEGP_GetOutSpecShouldEmbedICCProfile: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, embedPB: *mut A_Boolean) -> A_Err>§AEGP_GetNewOutSpecColorProfile: Option<unsafe extern "C" fn(aegp_plugin_id: AEGP_PluginID, outH: AEIO_OutSpecH, color_profilePP: *mut AEGP_ColorProfileP) -> A_Err>§AEGP_GetOutSpecOutputModule: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, rq_itemP: *mut AEGP_RQItemRefH, om_refP: *mut AEGP_OutputModuleRefH) -> A_Err>

Trait Implementations§

Source§

impl Clone for AEGP_IOOutSuite4

Source§

fn clone(&self) -> AEGP_IOOutSuite4

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_IOOutSuite4

Source§

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

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

impl Copy for AEGP_IOOutSuite4

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.