All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.transcoder.v1.model.Input.html Maven / Gradle / Ivy







Input (Transcoder API v1-rev20240124-2.0.0)












com.google.api.services.transcoder.v1.model

Class Input

    • Constructor Detail

      • Input

        public Input()
    • Method Detail

      • getKey

        public String getKey()
        A unique key for this input. Must be specified when using advanced mapping and edit lists.
        Returns:
        value or null for none
      • setKey

        public Input setKey(String key)
        A unique key for this input. Must be specified when using advanced mapping and edit lists.
        Parameters:
        key - key or null for none
      • getPreprocessingConfig

        public PreprocessingConfig getPreprocessingConfig()
        Preprocessing configurations.
        Returns:
        value or null for none
      • setPreprocessingConfig

        public Input setPreprocessingConfig(PreprocessingConfig preprocessingConfig)
        Preprocessing configurations.
        Parameters:
        preprocessingConfig - preprocessingConfig or null for none
      • getUri

        public String getUri()
        URI of the media. Input files must be at least 5 seconds in duration and stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`). If empty, the value is populated from Job.input_uri. See [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
        Returns:
        value or null for none
      • setUri

        public Input setUri(String uri)
        URI of the media. Input files must be at least 5 seconds in duration and stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`). If empty, the value is populated from Job.input_uri. See [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
        Parameters:
        uri - uri or null for none
      • set

        public Input set(String fieldName,
                         Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public Input clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy