public sealed class SegmentSettings : IMessage<SegmentSettings>, IEquatable<SegmentSettings>, IDeepCloneable<SegmentSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class SegmentSettings.
Duration of the segments in seconds. The default is 6s. Note that
segmentDuration must be greater than or equal to
[gop_duration][google.cloud.video.livestream.v1.VideoStream.H264CodecSettings.gop_duration], and
segmentDuration must be divisible by
[gop_duration][google.cloud.video.livestream.v1.VideoStream.H264CodecSettings.gop_duration].
Valid range is [2s, 20s].
All [mux_streams][google.cloud.video.livestream.v1.Manifest.mux_streams] in the same manifest must have the
same segment duration.
[[["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 `SegmentSettings` class within the Google Cloud Live Stream v1 API is designed to configure segment settings for `fmp4` and `ts` streaming formats."],["Version 1.8.0 is the latest version, and there are multiple previous versions dating back to 1.0.0 available for use, all providing the SegmentSettings class."],["`SegmentSettings` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are integral to its functionality."],["The class includes a `SegmentDuration` property, which defines the duration of segments in seconds, with a default of 6s and a valid range between 2s and 20s."],["The `SegmentDuration` must be divisible by the GOP duration, and all mux streams within the same manifest must share an identical segment duration."]]],[]]