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