[][src]Trait gstreamer_video::prelude::VideoBufferPoolConfig

pub trait VideoBufferPoolConfig {
    fn get_video_alignment(&self) -> Option<VideoAlignment>;
fn set_video_alignment(&mut self, align: &VideoAlignment); }

Required methods

fn get_video_alignment(&self) -> Option<VideoAlignment>

fn set_video_alignment(&mut self, align: &VideoAlignment)

Loading content...

Implementations on Foreign Types

impl VideoBufferPoolConfig for BufferPoolConfig[src]

Loading content...

Implementors

Loading content...