public interface TimecodeConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSource()
public abstract 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 abstract 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 abstract TimecodeConfig.TimeOffsetCase getTimeOffsetCase()| Returns | |
|---|---|
| Type | Description |
TimecodeConfig.TimeOffsetCase |
|
getTimeZone()
public abstract 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 abstract TimeZoneOrBuilder getTimeZoneOrBuilder()Time zone e.g. "America/Los_Angeles".
.google.type.TimeZone time_zone = 3;
| Returns | |
|---|---|
| Type | Description |
com.google.type.TimeZoneOrBuilder |
|
getUtcOffset()
public abstract 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 abstract 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 abstract 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 abstract 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. |