Class: Google::Cloud::Video::Stitcher::V1::VodSessionContent

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

Overview

Metadata for the entire stitched content in a VOD session.

Instance Attribute Summary collapse

Instance Attribute Details

#duration::Google::Protobuf::Duration

Returns The total duration in seconds of the content including the ads stitched in.

Returns:



141
142
143
144
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 141

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