Class: Google::Cloud::Video::Stitcher::V1::VodSessionAd
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::VodSessionAd
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/sessions.rb
Overview
Metadata for an inserted ad in a VOD session.
Instance Attribute Summary collapse
-
#activity_events ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::Event>
The list of progress tracking events for the ad break.
-
#companion_ads ⇒ ::Google::Cloud::Video::Stitcher::V1::CompanionAds
Metadata of companion ads associated with the ad.
-
#duration ⇒ ::Google::Protobuf::Duration
Duration in seconds of the ad.
Instance Attribute Details
#activity_events ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::Event>
Returns 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
.
131 132 133 134 |
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 131 class VodSessionAd include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#companion_ads ⇒ ::Google::Cloud::Video::Stitcher::V1::CompanionAds
Returns Metadata of companion ads associated with the ad.
131 132 133 134 |
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 131 class VodSessionAd include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#duration ⇒ ::Google::Protobuf::Duration
Returns Duration in seconds of the ad.
131 132 133 134 |
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 131 class VodSessionAd include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |