Class SegmentSettings
Segment settings for ts, fmp4 and vtt.
Implements
Inherited Members
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class SegmentSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IndividualSegments
Required. Create an individual segment file. The default is false.
Declaration
[JsonProperty("individualSegments")]
public virtual bool? IndividualSegments { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SegmentDuration
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.
Declaration
[JsonProperty("segmentDuration")]
public virtual object SegmentDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| object |