Class VodSessionAdBreak (0.2.0)

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

Metadata for an inserted ad break.

Attributes

NameDescription
progress_events Sequence[google.cloud.video.stitcher_v1.types.ProgressEvent]
List of events that are expected to be triggered, ordered by time.
ads Sequence[google.cloud.video.stitcher_v1.types.VodSessionAd]
Ordered list of ads stitched into the ad break.
end_time_offset google.protobuf.duration_pb2.Duration
Ad break end time in seconds relative to the start of the VOD asset.
start_time_offset google.protobuf.duration_pb2.Duration
Ad break start time in seconds relative to the start of the VOD asset.

Inheritance

builtins.object > proto.message.Message > VodSessionAdBreak