pub fn create_custom_owned_pcm_source<S: CustomPcmSource + 'static>(
    custom_source: S
) -> CustomOwnedPcmSource
Expand description

Unstable!!!

Creates a REAPER PCM source for the given custom Rust implementation and returns it.