Class: Google::Cloud::Video::Stitcher::V1::VodSessionContent
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::VodSessionContent
- 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
-
#duration ⇒ ::Google::Protobuf::Duration
The total duration in seconds of the content including the ads stitched in.
Instance Attribute Details
#duration ⇒ ::Google::Protobuf::Duration
Returns The total duration in seconds of the content including the ads stitched in.
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 |