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-09 UTC."],[[["The document provides reference information for the `SegmentSettings` class within the Google Cloud Video Transcoder v1 API, specifically version 2.6.0, with links to other versions of the API."],["`SegmentSettings` is a class used to configure segment settings for `ts`, `fmp4`, and `vtt` file formats, implementing multiple interfaces like `IMessage` and `IEquatable`."],["The class can be constructed via two methods, one using a default constructor, and the other using another instance of `SegmentSettings`, enabling the copying of a prior instance."],["`SegmentSettings` includes properties such as `IndividualSegments` (a boolean to determine if each segment has an individual file) and `SegmentDuration` (setting the length of segments in seconds)."],["There are links to the documentation for versions 2.0.0 to 2.9.0, allowing for access to legacy versions if needed."]]],[]]