Class: Google::Cloud::Video::LiveStream::V1::Clip::TimeSlice

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#markin_time::Google::Protobuf::Timestamp

Returns The mark-in Unix epoch time in the original live stream manifest.

Returns:



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.

Returns:



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