Class: Google::Cloud::Video::Transcoder::V1::AdBreak
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::AdBreak
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/resources.rb
Overview
Ad break.
Instance Attribute Summary collapse
-
#start_time_offset ⇒ ::Google::Protobuf::Duration
Start time in seconds for the ad break, relative to the output file timeline.
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
.
285 286 287 288 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 285 class AdBreak include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |