Class: Google::Cloud::Video::Stitcher::V1::ProgressEvent

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/stitcher/v1/events.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#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: BREAK_START, BREAK_END, IMPRESSION, CREATIVE_VIEW, START, FIRST_QUARTILE, MIDPOINT, THIRD_QUARTILE, COMPLETE, PROGRESS.

Returns:

  • (::Array<::Google::Cloud::Video::Stitcher::V1::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.



133
134
135
136
# File 'proto_docs/google/cloud/video/stitcher/v1/events.rb', line 133

class ProgressEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#time_offset::Google::Protobuf::Duration

Returns The time when the following tracking events occurs. The time is in seconds relative to the start of the VOD asset.

Returns:

  • (::Google::Protobuf::Duration)

    The time when the following tracking events occurs. The time is in seconds relative to the start of the VOD asset.



133
134
135
136
# File 'proto_docs/google/cloud/video/stitcher/v1/events.rb', line 133

class ProgressEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end