Send feedback
Class TimecodeConfig (0.25.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.25.0 keyboard_arrow_down
public final class TimecodeConfig extends GeneratedMessageV3 implements TimecodeConfigOrBuilder
Timecode configuration.
Protobuf type google.cloud.video.livestream.v1.TimecodeConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
SOURCE_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
Field Value Type Description int
TIME_ZONE_FIELD_NUMBER
public static final int TIME_ZONE_FIELD_NUMBER
Field Value Type Description int
UTC_OFFSET_FIELD_NUMBER
public static final int UTC_OFFSET_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static TimecodeConfig getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static TimecodeConfig . Builder newBuilder ()
newBuilder(TimecodeConfig prototype)
public static TimecodeConfig . Builder newBuilder ( TimecodeConfig prototype )
public static TimecodeConfig parseDelimitedFrom ( InputStream input )
public static TimecodeConfig parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static TimecodeConfig parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TimecodeConfig parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static TimecodeConfig parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TimecodeConfig parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static TimecodeConfig parseFrom ( CodedInputStream input )
public static TimecodeConfig parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static TimecodeConfig parseFrom ( InputStream input )
public static TimecodeConfig parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static TimecodeConfig parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TimecodeConfig parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<TimecodeConfig> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public TimecodeConfig getDefaultInstanceForType ()
getParserForType()
public Parser<TimecodeConfig> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getSource()
public TimecodeConfig . TimecodeSource getSource ()
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;
getSourceValue()
public 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;
Returns Type Description int
The enum numeric value on the wire for source.
getTimeOffsetCase()
public TimecodeConfig . TimeOffsetCase getTimeOffsetCase ()
getTimeZone()
public TimeZone getTimeZone ()
Time zone e.g. "America/Los_Angeles".
.google.type.TimeZone time_zone = 3;
Returns Type Description com.google.type.TimeZone
The timeZone.
getTimeZoneOrBuilder()
public TimeZoneOrBuilder getTimeZoneOrBuilder ()
Time zone e.g. "America/Los_Angeles".
.google.type.TimeZone time_zone = 3;
Returns Type Description com.google.type.TimeZoneOrBuilder
getUtcOffset()
public Duration getUtcOffset ()
UTC offset. Must be whole seconds, between -18 hours and +18 hours.
.google.protobuf.Duration utc_offset = 2;
Returns Type Description Duration
The utcOffset.
getUtcOffsetOrBuilder()
public DurationOrBuilder getUtcOffsetOrBuilder ()
UTC offset. Must be whole seconds, between -18 hours and +18 hours.
.google.protobuf.Duration utc_offset = 2;
hasTimeZone()
public boolean hasTimeZone ()
Time zone e.g. "America/Los_Angeles".
.google.type.TimeZone time_zone = 3;
Returns Type Description boolean
Whether the timeZone field is set.
hasUtcOffset()
public boolean hasUtcOffset ()
UTC offset. Must be whole seconds, between -18 hours and +18 hours.
.google.protobuf.Duration utc_offset = 2;
Returns Type Description boolean
Whether the utcOffset field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public TimecodeConfig . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TimecodeConfig . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public TimecodeConfig . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]