Struct gapi_grpc::google::cloud::video::transcoder::v1beta1::EditAtom[][src]

pub struct EditAtom {
    pub key: String,
    pub inputs: Vec<String>,
    pub end_time_offset: Option<Duration>,
    pub start_time_offset: Option<Duration>,
}

Edit atom.

Fields

key: String

A unique key for this atom. Must be specified when using advanced mapping.

inputs: Vec<String>

List of Input.keys identifying files that should be used in this atom. The listed inputs must have the same timeline.

end_time_offset: Option<Duration>

End time in seconds for the atom, relative to the input file timeline. When end_time_offset is not specified, the inputs are used until the end of the atom.

start_time_offset: Option<Duration>

Start time in seconds for the atom, relative to the input file timeline. The default is 0s.

Trait Implementations

impl Clone for EditAtom[src]

impl Debug for EditAtom[src]

impl Default for EditAtom[src]

impl Message for EditAtom[src]

impl PartialEq<EditAtom> for EditAtom[src]

impl StructuralPartialEq for EditAtom[src]

Auto Trait Implementations

impl RefUnwindSafe for EditAtom

impl Send for EditAtom

impl Sync for EditAtom

impl Unpin for EditAtom

impl UnwindSafe for EditAtom

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]