#[repr(C)]pub struct AEGP_IOOutSuite5 {Show 35 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>,
pub AEGP_GetOutSpecStartTime: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, outStartTimePT: *mut A_Time) -> A_Err>,
pub AEGP_GetOutSpecFrameTime: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, outFrameTimePT: *mut A_Time) -> A_Err>,
pub AEGP_GetOutSpecIsDropFrame: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, outIsDropFramePB: *mut A_Boolean) -> 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>§AEGP_GetOutSpecStartTime: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, outStartTimePT: *mut A_Time) -> A_Err>§AEGP_GetOutSpecFrameTime: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, outFrameTimePT: *mut A_Time) -> A_Err>§AEGP_GetOutSpecIsDropFrame: Option<unsafe extern "C" fn(outH: AEIO_OutSpecH, outIsDropFramePB: *mut A_Boolean) -> A_Err>Trait Implementations§
Source§impl Clone for AEGP_IOOutSuite5
impl Clone for AEGP_IOOutSuite5
Source§fn clone(&self) -> AEGP_IOOutSuite5
fn clone(&self) -> AEGP_IOOutSuite5
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_IOOutSuite5
impl Debug for AEGP_IOOutSuite5
impl Copy for AEGP_IOOutSuite5
Auto Trait Implementations§
impl Freeze for AEGP_IOOutSuite5
impl RefUnwindSafe for AEGP_IOOutSuite5
impl Send for AEGP_IOOutSuite5
impl Sync for AEGP_IOOutSuite5
impl Unpin for AEGP_IOOutSuite5
impl UnwindSafe for AEGP_IOOutSuite5
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