Struct AVHDRVivid3SplineParams
#[repr(C)]pub struct AVHDRVivid3SplineParams {
pub th_mode: i32,
pub th_enable_mb: AVRational,
pub th_enable: AVRational,
pub th_delta1: AVRational,
pub th_delta2: AVRational,
pub enable_strength: AVRational,
}
Expand description
HDR Vivid three spline params.
Fields§
§th_mode: i32
The mode of three Spline. the value shall be in the range of 0 to 3, inclusive.
th_enable_mb: AVRational
three_Spline_TH_enable_MB is in the range of 0.0 to 1.0, inclusive and in multiples of 1.0/255.
th_enable: AVRational
3Spline_TH_enable of three Spline. The value shall be in the range of 0.0 to 1.0, inclusive. and in multiples of 1.0/4095.
th_delta1: AVRational
3Spline_TH_Delta1 of three Spline. The value shall be in the range of 0.0 to 0.25, inclusive, and in multiples of 0.25/1023.
th_delta2: AVRational
3Spline_TH_Delta2 of three Spline. The value shall be in the range of 0.0 to 0.25, inclusive, and in multiples of 0.25/1023.
enable_strength: AVRational
3Spline_enable_Strength of three Spline. The value shall be in the range of 0.0 to 1.0, inclusive, and in multiples of 1.0/255.
Trait Implementations§
§impl Clone for AVHDRVivid3SplineParams
impl Clone for AVHDRVivid3SplineParams
§fn clone(&self) -> AVHDRVivid3SplineParams
fn clone(&self) -> AVHDRVivid3SplineParams
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for AVHDRVivid3SplineParams
impl Debug for AVHDRVivid3SplineParams
impl Copy for AVHDRVivid3SplineParams
Auto Trait Implementations§
impl Freeze for AVHDRVivid3SplineParams
impl RefUnwindSafe for AVHDRVivid3SplineParams
impl Send for AVHDRVivid3SplineParams
impl Sync for AVHDRVivid3SplineParams
impl Unpin for AVHDRVivid3SplineParams
impl UnwindSafe for AVHDRVivid3SplineParams
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more