Interface TimecodeConfigOrBuilder (0.43.0)

public interface TimecodeConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for source.

getTimeOffsetCase()

public abstract TimecodeConfig.TimeOffsetCase getTimeOffsetCase()
Returns
TypeDescription
TimecodeConfig.TimeOffsetCase

getTimeZone()

public abstract TimeZone getTimeZone()

Time zone e.g. "America/Los_Angeles".

.google.type.TimeZone time_zone = 3;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
DurationOrBuilder

hasTimeZone()

public abstract boolean hasTimeZone()

Time zone e.g. "America/Los_Angeles".

.google.type.TimeZone time_zone = 3;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the utcOffset field is set.