Interface Clip.TimeSliceOrBuilder (0.51.0)

public static interface Clip.TimeSliceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMarkinTime()

public abstract Timestamp getMarkinTime()

The mark-in Unix epoch time in the original live stream manifest.

.google.protobuf.Timestamp markin_time = 1;

Returns
Type Description
Timestamp

The markinTime.

getMarkinTimeOrBuilder()

public abstract TimestampOrBuilder getMarkinTimeOrBuilder()

The mark-in Unix epoch time in the original live stream manifest.

.google.protobuf.Timestamp markin_time = 1;

Returns
Type Description
TimestampOrBuilder

getMarkoutTime()

public abstract Timestamp getMarkoutTime()

The mark-out Unix epoch time in the original live stream manifest.

.google.protobuf.Timestamp markout_time = 2;

Returns
Type Description
Timestamp

The markoutTime.

getMarkoutTimeOrBuilder()

public abstract TimestampOrBuilder getMarkoutTimeOrBuilder()

The mark-out Unix epoch time in the original live stream manifest.

.google.protobuf.Timestamp markout_time = 2;

Returns
Type Description
TimestampOrBuilder

hasMarkinTime()

public abstract boolean hasMarkinTime()

The mark-in Unix epoch time in the original live stream manifest.

.google.protobuf.Timestamp markin_time = 1;

Returns
Type Description
boolean

Whether the markinTime field is set.

hasMarkoutTime()

public abstract boolean hasMarkoutTime()

The mark-out Unix epoch time in the original live stream manifest.

.google.protobuf.Timestamp markout_time = 2;

Returns
Type Description
boolean

Whether the markoutTime field is set.