Struct google_transcoder1::api::Deinterlace
source · pub struct Deinterlace {
pub bwdif: Option<BwdifConfig>,
pub yadif: Option<YadifConfig>,
}
Expand description
Deinterlace configuration for input video.
This type is not used in any activity, and only used as part of another schema.
Fields§
§bwdif: Option<BwdifConfig>
Specifies the Bob Weaver Deinterlacing Filter Configuration.
yadif: Option<YadifConfig>
Specifies the Yet Another Deinterlacing Filter Configuration.
Trait Implementations§
source§impl Clone for Deinterlace
impl Clone for Deinterlace
source§fn clone(&self) -> Deinterlace
fn clone(&self) -> Deinterlace
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 moresource§impl Debug for Deinterlace
impl Debug for Deinterlace
source§impl Default for Deinterlace
impl Default for Deinterlace
source§fn default() -> Deinterlace
fn default() -> Deinterlace
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Deinterlace
impl<'de> Deserialize<'de> for Deinterlace
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more