gstreamer-rs/gstreamer-net/src/auto/ntp_clock.rs

31 lines
643 B
Rust
Raw Normal View History

2018-04-23 17:34:22 +00:00
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
2017-12-16 12:48:29 +00:00
// DO NOT EDIT
use NetClientClock;
use ffi;
use glib::translate::*;
use glib_ffi;
use gobject_ffi;
use gst;
use gst_ffi;
use std::mem;
use std::ptr;
glib_wrapper! {
pub struct NtpClock(Object<ffi::GstNtpClock, ffi::GstNtpClockClass>): [
NetClientClock,
gst::Clock => gst_ffi::GstClock,
gst::Object => gst_ffi::GstObject,
];
match fn {
get_type => || ffi::gst_ntp_clock_get_type(),
}
}
2018-03-15 08:12:01 +00:00
impl NtpClock {}
2017-12-16 12:48:29 +00:00
unsafe impl Send for NtpClock {}
unsafe impl Sync for NtpClock {}