Struct google_transcoder1::api::Overlay
source · pub struct Overlay {
pub animations: Option<Vec<Animation>>,
pub image: Option<Image>,
}
Expand description
Overlay configuration.
This type is not used in any activity, and only used as part of another schema.
Fields§
§animations: Option<Vec<Animation>>
List of Animations. The list should be chronological, without any time overlap.
image: Option<Image>
Image overlay.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Overlay
impl<'de> Deserialize<'de> for Overlay
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