Show / Hide Table of Contents

Class SegmentSettings

Segment settings for ts, fmp4 and vtt.

Inheritance
object
SegmentSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX