Trait gstreamer_video::VideoBufferPoolConfig [−][src]
pub trait VideoBufferPoolConfig {
fn video_alignment(&self) -> Option<VideoAlignment>;
fn set_video_alignment(&mut self, align: &VideoAlignment);
}Required methods
fn video_alignment(&self) -> Option<VideoAlignment>[src]fn set_video_alignment(&mut self, align: &VideoAlignment)[src]