You’d probably do self.obj().clock()
in your code, see e.g. here.
The auto
module is re-exported, you can import e.g. gst::prelude::*
to get this trait.
You’d probably do self.obj().clock()
in your code, see e.g. here.
The auto
module is re-exported, you can import e.g. gst::prelude::*
to get this trait.