Class: Google::Cloud::Video::LiveStream::V1::Clip::TimeSlice
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::Clip::TimeSlice
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
TimeSlice represents a tuple of Unix epoch timestamps that specifies a time range.
Instance Attribute Summary collapse
-
#markin_time ⇒ ::Google::Protobuf::Timestamp
The mark-in Unix epoch time in the original live stream manifest.
-
#markout_time ⇒ ::Google::Protobuf::Timestamp
The mark-out Unix epoch time in the original live stream manifest.
Instance Attribute Details
#markin_time ⇒ ::Google::Protobuf::Timestamp
Returns The mark-in Unix epoch time in the original live stream manifest.
717 718 719 720 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 717 class TimeSlice include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#markout_time ⇒ ::Google::Protobuf::Timestamp
Returns The mark-out Unix epoch time in the original live stream manifest.
717 718 719 720 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 717 class TimeSlice include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |