output: add flip-margin setter
This commit is contained in:
parent
48852f45ff
commit
89c8692c94
2 changed files with 6 additions and 2 deletions
|
|
@ -1540,6 +1540,10 @@ impl OutputNode {
|
|||
log::error!("Could not set gamma_lut: {}", ErrorFmt(e));
|
||||
})
|
||||
}
|
||||
|
||||
pub fn set_flip_margin(&self, margin_ns: u64) {
|
||||
self.flip_margin_ns.set(Some(margin_ns));
|
||||
}
|
||||
}
|
||||
|
||||
pub struct OutputTitle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue