public sealed class SegmentSettings : IMessage<SegmentSettings>, IEquatable<SegmentSettings>, IDeepCloneable<SegmentSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class SegmentSettings.
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."],[[["The `SegmentSettings` class provides configuration options for segmenting video streams in `ts`, `fmp4`, and `vtt` formats."],["This document covers the .NET reference for `SegmentSettings` class within the Transcoder v1 API, available across multiple versions, with 2.9.0 as the most recent."],["`SegmentSettings` inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class allows for setting the `IndividualSegments` property to control whether individual segment files are created, with a default of `false`."],["You can configure the duration of video segments via the `SegmentDuration` property, which defaults to `6.0s`, and must be greater than or equal to `gopDuration`."]]],[]]