Struct google_transcoder1_beta1::api::AnimationStatic [−][src]
pub struct AnimationStatic {
pub start_time_offset: Option<String>,
pub xy: Option<NormalizedCoordinate>,
}
Expand description
Display static overlay object.
This type is not used in any activity, and only used as part of another schema.
Fields
start_time_offset: Option<String>
The time to start displaying the overlay object, in seconds. Default: 0
xy: Option<NormalizedCoordinate>
Normalized coordinates based on output video resolution. Valid values: 0.0
–1.0
. xy
is the upper-left coordinate of the overlay object. For example, use the x and y coordinates {0,0} to position the top-left corner of the overlay animation in the top-left corner of the output video.
Trait Implementations
Returns the “default value” for a type. Read more
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
Auto Trait Implementations
impl RefUnwindSafe for AnimationStatic
impl Send for AnimationStatic
impl Sync for AnimationStatic
impl Unpin for AnimationStatic
impl UnwindSafe for AnimationStatic
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more