Class ProgressEvent (0.2.0)

ProgressEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Indicates a time in which a list of events should be triggered during media playback.

Attributes

NameDescription
time_offset google.protobuf.duration_pb2.Duration
The time when the following tracking events occurs. The time is in seconds relative to the start of the VOD asset.
events Sequence[google.cloud.video.stitcher_v1.types.Event]
The list of progress tracking events for the ad break. These can be of the following IAB types: ``BREAK_START``, ``BREAK_END``, ``IMPRESSION``, ``CREATIVE_VIEW``, ``START``, ``FIRST_QUARTILE``, ``MIDPOINT``, ``THIRD_QUARTILE``, ``COMPLETE``, ``PROGRESS``.

Inheritance

builtins.object > proto.message.Message > ProgressEvent