gstreamer-rs/gstreamer-audio/src/auto/audio_src.rs

23 lines
654 B
Rust
Raw Normal View History

// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git)
// DO NOT EDIT
2020-11-21 18:17:37 +00:00
use crate::AudioBaseSrc;
2020-12-17 22:34:53 +00:00
glib::wrapper! {
#[doc(alias = "GstAudioSrc")]
2020-11-21 18:17:37 +00:00
pub struct AudioSrc(Object<ffi::GstAudioSrc, ffi::GstAudioSrcClass>) @extends AudioBaseSrc, gst_base::BaseSrc, gst::Element, gst::Object;
match fn {
type_ => || ffi::gst_audio_src_get_type(),
}
}
2021-11-03 17:28:46 +00:00
impl AudioSrc {
pub const NONE: Option<&'static AudioSrc> = None;
}
2021-11-16 14:02:58 +00:00
unsafe impl Send for AudioSrc {}
unsafe impl Sync for AudioSrc {}