Class VodSessionAd (0.2.0)

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

Metadata for an inserted ad in a VOD session.

Attributes

NameDescription
duration google.protobuf.duration_pb2.Duration
Duration in seconds of the ad.
companion_ads google.cloud.video.stitcher_v1.types.CompanionAds
Metadata of companion ads associated with the ad.
activity_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: ``MUTE``, ``UNMUTE``, ``PAUSE``, ``CLICK``, ``CLICK_THROUGH``, ``REWIND``, ``RESUME``, ``ERROR``, ``FULLSCREEN``, ``EXIT_FULLSCREEN``, ``EXPAND``, ``COLLAPSE``, ``ACCEPT_INVITATION_LINEAR``, ``CLOSE_LINEAR``, ``SKIP``.

Inheritance

builtins.object > proto.message.Message > VodSessionAd