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"]],[["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."],[[["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."]]],[]]