pub trait IAudioProcessingObjectLoggingService_Impl: Sized {
    // Required method
    fn ApoLog(&self, level: APO_LOG_LEVEL, format: &PCWSTR);
}

Required Methods§

fn ApoLog(&self, level: APO_LOG_LEVEL, format: &PCWSTR)

Object Safety§

This trait is not object safe.

Implementors§