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

com.google.cloud.video.livestream.v1.MuxStreamOrBuilder Maven / Gradle / Ivy

/*
 * 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/livestream/v1/outputs.proto

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

public interface MuxStreamOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.video.livestream.v1.MuxStream)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * A unique key for this multiplexed stream. The key must be 1-63
   * characters in length. The key must begin and end with a letter (regardless
   * of case) or a number, but can contain dashes or underscores in between.
   * 
* * string key = 1; * * @return The key. */ java.lang.String getKey(); /** * * *
   * A unique key for this multiplexed stream. The key must be 1-63
   * characters in length. The key must begin and end with a letter (regardless
   * of case) or a number, but can contain dashes or underscores in between.
   * 
* * string key = 1; * * @return The bytes for key. */ com.google.protobuf.ByteString getKeyBytes(); /** * * *
   * The container format. The default is `fmp4`.
   *
   * Supported container formats:
   *
   * - `fmp4` - the corresponding file extension is `.m4s`
   * - `ts` - the corresponding file extension is `.ts`
   * 
* * string container = 3; * * @return The container. */ java.lang.String getContainer(); /** * * *
   * The container format. The default is `fmp4`.
   *
   * Supported container formats:
   *
   * - `fmp4` - the corresponding file extension is `.m4s`
   * - `ts` - the corresponding file extension is `.ts`
   * 
* * string container = 3; * * @return The bytes for container. */ com.google.protobuf.ByteString getContainerBytes(); /** * * *
   * List of `ElementaryStream`
   * [key][google.cloud.video.livestream.v1.ElementaryStream.key]s multiplexed
   * in this stream.
   *
   * - For `fmp4` container, must contain either one video or one audio stream.
   * - For `ts` container, must contain exactly one audio stream and up to one
   * video stream.
   * 
* * repeated string elementary_streams = 4; * * @return A list containing the elementaryStreams. */ java.util.List getElementaryStreamsList(); /** * * *
   * List of `ElementaryStream`
   * [key][google.cloud.video.livestream.v1.ElementaryStream.key]s multiplexed
   * in this stream.
   *
   * - For `fmp4` container, must contain either one video or one audio stream.
   * - For `ts` container, must contain exactly one audio stream and up to one
   * video stream.
   * 
* * repeated string elementary_streams = 4; * * @return The count of elementaryStreams. */ int getElementaryStreamsCount(); /** * * *
   * List of `ElementaryStream`
   * [key][google.cloud.video.livestream.v1.ElementaryStream.key]s multiplexed
   * in this stream.
   *
   * - For `fmp4` container, must contain either one video or one audio stream.
   * - For `ts` container, must contain exactly one audio stream and up to one
   * video stream.
   * 
* * repeated string elementary_streams = 4; * * @param index The index of the element to return. * @return The elementaryStreams at the given index. */ java.lang.String getElementaryStreams(int index); /** * * *
   * List of `ElementaryStream`
   * [key][google.cloud.video.livestream.v1.ElementaryStream.key]s multiplexed
   * in this stream.
   *
   * - For `fmp4` container, must contain either one video or one audio stream.
   * - For `ts` container, must contain exactly one audio stream and up to one
   * video stream.
   * 
* * repeated string elementary_streams = 4; * * @param index The index of the value to return. * @return The bytes of the elementaryStreams at the given index. */ com.google.protobuf.ByteString getElementaryStreamsBytes(int index); /** * * *
   * Segment settings for `fmp4` and `ts`.
   * 
* * .google.cloud.video.livestream.v1.SegmentSettings segment_settings = 5; * * @return Whether the segmentSettings field is set. */ boolean hasSegmentSettings(); /** * * *
   * Segment settings for `fmp4` and `ts`.
   * 
* * .google.cloud.video.livestream.v1.SegmentSettings segment_settings = 5; * * @return The segmentSettings. */ com.google.cloud.video.livestream.v1.SegmentSettings getSegmentSettings(); /** * * *
   * Segment settings for `fmp4` and `ts`.
   * 
* * .google.cloud.video.livestream.v1.SegmentSettings segment_settings = 5; */ com.google.cloud.video.livestream.v1.SegmentSettingsOrBuilder getSegmentSettingsOrBuilder(); /** * * *
   * Identifier of the encryption configuration to use. If omitted, output
   * will be unencrypted.
   * 
* * string encryption_id = 6; * * @return The encryptionId. */ java.lang.String getEncryptionId(); /** * * *
   * Identifier of the encryption configuration to use. If omitted, output
   * will be unencrypted.
   * 
* * string encryption_id = 6; * * @return The bytes for encryptionId. */ com.google.protobuf.ByteString getEncryptionIdBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy