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

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







TextStream (Transcoder API v1-rev20240124-2.0.0)












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

Class TextStream

    • Constructor Detail

      • TextStream

        public TextStream()
    • Method Detail

      • getCodec

        public String getCodec()
        The codec for this text stream. The default is `webvtt`. Supported text codecs: - `srt` - `ttml` - `cea608` - `cea708` - `webvtt`
        Returns:
        value or null for none
      • setCodec

        public TextStream setCodec(String codec)
        The codec for this text stream. The default is `webvtt`. Supported text codecs: - `srt` - `ttml` - `cea608` - `cea708` - `webvtt`
        Parameters:
        codec - codec or null for none
      • getDisplayName

        public String getDisplayName()
        The name for this particular text stream that will be added to the HLS/DASH manifest. Not supported in MP4 files.
        Returns:
        value or null for none
      • setDisplayName

        public TextStream setDisplayName(String displayName)
        The name for this particular text stream that will be added to the HLS/DASH manifest. Not supported in MP4 files.
        Parameters:
        displayName - displayName or null for none
      • getLanguageCode

        public String getLanguageCode()
        The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not supported in MP4 files.
        Returns:
        value or null for none
      • setLanguageCode

        public TextStream setLanguageCode(String languageCode)
        The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not supported in MP4 files.
        Parameters:
        languageCode - languageCode or null for none
      • getMapping

        public List<TextMapping> getMapping()
        The mapping for the JobConfig.edit_list atoms with text EditAtom.inputs.
        Returns:
        value or null for none
      • setMapping

        public TextStream setMapping(List<TextMapping> mapping)
        The mapping for the JobConfig.edit_list atoms with text EditAtom.inputs.
        Parameters:
        mapping - mapping or null for none
      • set

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

        public TextStream 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