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

com.google.cloud.video.transcoder.v1.TextStreamOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.48.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/video/transcoder/v1/resources.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.video.transcoder.v1;

public interface TextStreamOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.video.transcoder.v1.TextStream)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The codec for this text stream. The default is `webvtt`.
   *
   * Supported text codecs:
   *
   * - `srt`
   * - `ttml`
   * - `cea608`
   * - `cea708`
   * - `webvtt`
   * 
* * string codec = 1; * * @return The codec. */ java.lang.String getCodec(); /** * * *
   * The codec for this text stream. The default is `webvtt`.
   *
   * Supported text codecs:
   *
   * - `srt`
   * - `ttml`
   * - `cea608`
   * - `cea708`
   * - `webvtt`
   * 
* * string codec = 1; * * @return The bytes for codec. */ com.google.protobuf.ByteString getCodecBytes(); /** * * *
   * 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.
   * 
* * string language_code = 2; * * @return The languageCode. */ java.lang.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.
   * 
* * string language_code = 2; * * @return The bytes for languageCode. */ com.google.protobuf.ByteString getLanguageCodeBytes(); /** * * *
   * The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
   * 
* * repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3; */ java.util.List getMappingList(); /** * * *
   * The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
   * 
* * repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3; */ com.google.cloud.video.transcoder.v1.TextStream.TextMapping getMapping(int index); /** * * *
   * The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
   * 
* * repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3; */ int getMappingCount(); /** * * *
   * The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
   * 
* * repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3; */ java.util.List getMappingOrBuilderList(); /** * * *
   * The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
   * 
* * repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3; */ com.google.cloud.video.transcoder.v1.TextStream.TextMappingOrBuilder getMappingOrBuilder( int index); /** * * *
   * The name for this particular text stream that
   * will be added to the HLS/DASH manifest. Not supported in MP4 files.
   * 
* * string display_name = 4; * * @return The displayName. */ java.lang.String getDisplayName(); /** * * *
   * The name for this particular text stream that
   * will be added to the HLS/DASH manifest. Not supported in MP4 files.
   * 
* * string display_name = 4; * * @return The bytes for displayName. */ com.google.protobuf.ByteString getDisplayNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy