Trait vst3::Steinberg::Vst::IPrefetchableSupportTrait
source · pub trait IPrefetchableSupportTrait {
// Required method
unsafe fn getPrefetchableSupport(
&self,
prefetchable: *mut PrefetchableSupport
) -> tresult;
}