[][src]Trait gstreamer_video::VideoOverlayExtManual

pub trait VideoOverlayExtManual: 'static {
    unsafe fn set_window_handle(&self, handle: uintptr_t);
unsafe fn got_window_handle(&self, handle: uintptr_t); }

Required methods

unsafe fn set_window_handle(&self, handle: uintptr_t)

unsafe fn got_window_handle(&self, handle: uintptr_t)

Loading content...

Implementors

impl<O: IsA<VideoOverlay>> VideoOverlayExtManual for O[src]

Loading content...