Trait windows::Win32::Media::MediaFoundation::IMFTimedTextBouten_Impl
pub trait IMFTimedTextBouten_Impl: Sized {
// Required methods
fn GetBoutenType(&self) -> Result<MF_TIMED_TEXT_BOUTEN_TYPE>;
fn GetBoutenColor(&self) -> Result<MFARGB>;
fn GetBoutenPosition(&self) -> Result<MF_TIMED_TEXT_BOUTEN_POSITION>;
}
Required Methods§
fn GetBoutenType(&self) -> Result<MF_TIMED_TEXT_BOUTEN_TYPE>
fn GetBoutenColor(&self) -> Result<MFARGB>
fn GetBoutenPosition(&self) -> Result<MF_TIMED_TEXT_BOUTEN_POSITION>
Object Safety§
This trait is not object safe.