- 0.54.0 (latest)
- 0.53.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.8
- 0.3.0
public final class TimecodeConfig extends GeneratedMessageV3 implements TimecodeConfigOrBuilder
Timecode configuration.
Protobuf type google.cloud.video.livestream.v1.TimecodeConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > TimecodeConfigImplements
TimecodeConfigOrBuilderStatic 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()
Returns | |
---|---|
Type | Description |
TimecodeConfig |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static TimecodeConfig.Builder newBuilder()
Returns | |
---|---|
Type | Description |
TimecodeConfig.Builder |
newBuilder(TimecodeConfig prototype)
public static TimecodeConfig.Builder newBuilder(TimecodeConfig prototype)
Parameter | |
---|---|
Name | Description |
prototype |
TimecodeConfig |
Returns | |
---|---|
Type | Description |
TimecodeConfig.Builder |
parseDelimitedFrom(InputStream input)
public static TimecodeConfig parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
TimecodeConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TimecodeConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TimecodeConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static TimecodeConfig parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
TimecodeConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TimecodeConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TimecodeConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static TimecodeConfig parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
TimecodeConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TimecodeConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TimecodeConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static TimecodeConfig parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
TimecodeConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TimecodeConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TimecodeConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static TimecodeConfig parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
TimecodeConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TimecodeConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TimecodeConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static TimecodeConfig parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
TimecodeConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TimecodeConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TimecodeConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<TimecodeConfig> parser()
Returns | |
---|---|
Type | Description |
Parser<TimecodeConfig> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public TimecodeConfig getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
TimecodeConfig |
getParserForType()
public Parser<TimecodeConfig> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<TimecodeConfig> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
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;
Returns | |
---|---|
Type | Description |
TimecodeConfig.TimecodeSource |
The source. |
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()
Returns | |
---|---|
Type | Description |
TimecodeConfig.TimeOffsetCase |
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;
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
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()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public TimecodeConfig.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
TimecodeConfig.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TimecodeConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
TimecodeConfig.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public TimecodeConfig.Builder toBuilder()
Returns | |
---|---|
Type | Description |
TimecodeConfig.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |