Class: Google::Cloud::Video::LiveStream::V1::Clip::Slice
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::Clip::Slice
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
Slice represents a slice of the requested clip.
Instance Attribute Summary collapse
-
#time_slice ⇒ ::Google::Cloud::Video::LiveStream::V1::Clip::TimeSlice
A slice in form of a tuple of Unix epoch time.
Instance Attribute Details
#time_slice ⇒ ::Google::Cloud::Video::LiveStream::V1::Clip::TimeSlice
Returns A slice in form of a tuple of Unix epoch time.
726 727 728 729 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 726 class Slice include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |