Class: Google::Cloud::Video::Transcoder::V1beta1::AdBreak

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb

Overview

Ad break.

Instance Attribute Summary collapse

Instance Attribute Details

#start_time_offset::Google::Protobuf::Duration

Returns Start time in seconds for the ad break, relative to the output file timeline. The default is 0s.

Returns:



239
240
241
242
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 239

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