Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::Clip::TimeSlice.
TimeSlice represents a tuple of Unix epoch timestamps that specifies a time range.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#markin_time
def markin_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The mark-in Unix epoch time in the original live stream manifest.
#markin_time=
def markin_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The mark-in Unix epoch time in the original live stream manifest.
Returns
- (::Google::Protobuf::Timestamp) — The mark-in Unix epoch time in the original live stream manifest.
#markout_time
def markout_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The mark-out Unix epoch time in the original live stream manifest.
#markout_time=
def markout_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The mark-out Unix epoch time in the original live stream manifest.
Returns
- (::Google::Protobuf::Timestamp) — The mark-out Unix epoch time in the original live stream manifest.