gstreamer-rs/gstreamer-pbutils/src/auto/encoding_audio_profile.rs
2018-12-08 14:58:14 +02:00

21 lines
548 B
Rust

// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use EncodingProfile;
use ffi;
use glib::translate::*;
glib_wrapper! {
pub struct EncodingAudioProfile(Object<ffi::GstEncodingAudioProfile, ffi::GstEncodingAudioProfileClass>): EncodingProfile;
match fn {
get_type => || ffi::gst_encoding_audio_profile_get_type(),
}
}
impl EncodingAudioProfile {}
unsafe impl Send for EncodingAudioProfile {}
unsafe impl Sync for EncodingAudioProfile {}