Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::ProgressEvent.
Indicates a time in which a list of events should be triggered during media playback.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#events
def events() -> ::Array<::Google::Cloud::Video::Stitcher::V1::Event>
    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.
#events=
def events=(value) -> ::Array<::Google::Cloud::Video::Stitcher::V1::Event>
    Parameter
    
  - 
        value (::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.
    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.
#time_offset
def time_offset() -> ::Google::Protobuf::Duration
    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.
#time_offset=
def time_offset=(value) -> ::Google::Protobuf::Duration
    Parameter
    
  - value (::Google::Protobuf::Duration) — 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.