// Take a look at the license at the top of the repository in the LICENSE file.
usegst_base::{prelude::*,subclass::prelude::*};usecrate::AudioBaseSink;pubtraitAudioBaseSinkImpl: BaseSinkImpl + ObjectSubclass<Type: IsA<AudioBaseSink>> {}unsafeimpl<T: AudioBaseSinkImpl>IsSubclassable<T>forAudioBaseSink{}