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."],[[["This document provides reference information for the `SegmentSettings` class within the Google Cloud Video Transcoder v1 API, specifically version 2.8.0."],["`SegmentSettings` is used for configuring segment properties for `ts`, `fmp4`, and `vtt` files."],["The class includes properties like `IndividualSegments` to create individual segment files, and `SegmentDuration` to specify the length of each segment in seconds."],["The latest version of this API is 2.9.0 and the provided document outlines all the versions of this API ranging from 1.0.0 up to the latest."],["The `SegmentSettings` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]