public sealed class SegmentSettings : IMessage<SegmentSettings>, IEquatable<SegmentSettings>, IDeepCloneable<SegmentSettings>, IBufferMessage, IMessage
Duration of the segments in seconds. The default is 6.0s. Note that
segmentDuration must be greater than or equal to
gopDuration, and segmentDuration must be divisible by
gopDuration.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page details the `SegmentSettings` class within the `Google.Cloud.Video.Transcoder.V1` namespace, specifically version 2.1.0."],["`SegmentSettings` is designed for configuring segment settings for `ts`, `fmp4`, and `vtt` file types."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used within various frameworks."],["It includes properties to define if individual segment files are created (`IndividualSegments`) and to set the duration of each segment (`SegmentDuration`)."],["The page also lists older versions of the documentation for Segment Settings, including version 2.9.0 (latest), back to version 1.0.0."]]],[]]