// Take a look at the license at the top of the repository in the LICENSE file.
usegst_base::{prelude::*,subclass::prelude::*};usecrate::AudioBaseSrc;pubtraitAudioBaseSrcImpl: BaseSrcImpl + ObjectSubclass<Type: IsA<AudioBaseSrc>> {}unsafeimpl<T: AudioBaseSrcImpl>IsSubclassable<T>forAudioBaseSrc{}