public sealed class Clip.Types.TimeSlice : IMessage<Clip.Types.TimeSlice>, IEquatable<Clip.Types.TimeSlice>, IDeepCloneable<Clip.Types.TimeSlice>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class Clip.Types.TimeSlice.
TimeSlice represents a tuple of Unix epoch timestamps that specifies a time
range.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `Clip.Types.TimeSlice` class, part of the Google Cloud Live Stream v1 API, represents a time range using Unix epoch timestamps."],["Version 1.8.0 is the latest version, with previous versions available from 1.7.0 down to 1.0.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["`TimeSlice` objects can be constructed with a default constructor or by providing another `TimeSlice` object, and has a `MarkinTime` and a `MarkoutTime` property."],["The `MarkinTime` and `MarkoutTime` properties, both of type `Timestamp`, define the start and end of the time range, respectively, in Unix epoch time within the original live stream manifest."]]],[]]