com.google.cloud.video.livestream.v1.TimecodeConfigOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-live-stream-v1 Show documentation
Show all versions of proto-google-cloud-live-stream-v1 Show documentation
Proto library for google-cloud-live-stream
/*
* 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 TimecodeConfigOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.video.livestream.v1.TimecodeConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The source of the timecode that will later be used in outputs/manifests.
* It determines the initial timecode/timestamp (first frame) of output
* streams.
*
*
* .google.cloud.video.livestream.v1.TimecodeConfig.TimecodeSource source = 1;
*
* @return The enum numeric value on the wire for source.
*/
int getSourceValue();
/**
*
*
*
* The source of the timecode that will later be used in outputs/manifests.
* It determines the initial timecode/timestamp (first frame) of output
* streams.
*
*
* .google.cloud.video.livestream.v1.TimecodeConfig.TimecodeSource source = 1;
*
* @return The source.
*/
com.google.cloud.video.livestream.v1.TimecodeConfig.TimecodeSource getSource();
/**
*
*
*
* UTC offset. Must be whole seconds, between -18 hours and +18 hours.
*
*
* .google.protobuf.Duration utc_offset = 2;
*
* @return Whether the utcOffset field is set.
*/
boolean hasUtcOffset();
/**
*
*
*
* UTC offset. Must be whole seconds, between -18 hours and +18 hours.
*
*
* .google.protobuf.Duration utc_offset = 2;
*
* @return The utcOffset.
*/
com.google.protobuf.Duration getUtcOffset();
/**
*
*
*
* UTC offset. Must be whole seconds, between -18 hours and +18 hours.
*
*
* .google.protobuf.Duration utc_offset = 2;
*/
com.google.protobuf.DurationOrBuilder getUtcOffsetOrBuilder();
/**
*
*
*
* Time zone e.g. "America/Los_Angeles".
*
*
* .google.type.TimeZone time_zone = 3;
*
* @return Whether the timeZone field is set.
*/
boolean hasTimeZone();
/**
*
*
*
* Time zone e.g. "America/Los_Angeles".
*
*
* .google.type.TimeZone time_zone = 3;
*
* @return The timeZone.
*/
com.google.type.TimeZone getTimeZone();
/**
*
*
*
* Time zone e.g. "America/Los_Angeles".
*
*
* .google.type.TimeZone time_zone = 3;
*/
com.google.type.TimeZoneOrBuilder getTimeZoneOrBuilder();
com.google.cloud.video.livestream.v1.TimecodeConfig.TimeOffsetCase getTimeOffsetCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy