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

pub struct JobConfig {
    pub inputs: Vec<Input>,
    pub edit_list: Vec<EditAtom>,
    pub elementary_streams: Vec<ElementaryStream>,
    pub mux_streams: Vec<MuxStream>,
    pub manifests: Vec<Manifest>,
    pub output: Option<Output>,
    pub ad_breaks: Vec<AdBreak>,
    pub pubsub_destination: Option<PubsubDestination>,
    pub sprite_sheets: Vec<SpriteSheet>,
    pub overlays: Vec<Overlay>,
}

Job configuration

Fields

inputs: Vec<Input>

List of input assets stored in Cloud Storage.

edit_list: Vec<EditAtom>

List of Edit atoms. Defines the ultimate timeline of the resulting file or manifest.

elementary_streams: Vec<ElementaryStream>

List of elementary streams.

mux_streams: Vec<MuxStream>

List of multiplexing settings for output streams.

manifests: Vec<Manifest>

List of output manifests.

output: Option<Output>

Output configuration.

ad_breaks: Vec<AdBreak>

List of ad breaks. Specifies where to insert ad break tags in the output manifests.

pubsub_destination: Option<PubsubDestination>

Destination on Pub/Sub.

sprite_sheets: Vec<SpriteSheet>

List of output sprite sheets.

overlays: Vec<Overlay>

List of overlays on the output video, in descending Z-order.

Trait Implementations

impl Clone for JobConfig[src]

impl Debug for JobConfig[src]

impl Default for JobConfig[src]

impl Message for JobConfig[src]

impl PartialEq<JobConfig> for JobConfig[src]

impl StructuralPartialEq for JobConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for JobConfig

impl Send for JobConfig

impl Sync for JobConfig

impl Unpin for JobConfig

impl UnwindSafe for JobConfig

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]