Show / Hide Table of Contents

Class Manifest

Manifest configuration.

Inheritance
object
Manifest
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 Manifest : IDirectResponseSchema

Properties

Dash

DASH manifest configuration.

Declaration
[JsonProperty("dash")]
public virtual DashConfig Dash { get; set; }
Property Value
Type Description
DashConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FileName

The name of the generated file. The default is manifest with the extension suffix corresponding to the Manifest.type.

Declaration
[JsonProperty("fileName")]
public virtual string FileName { get; set; }
Property Value
Type Description
string

MuxStreams

Required. List of user supplied MuxStream.key values that should appear in this manifest. When Manifest.type is HLS, a media manifest with name MuxStream.key and .m3u8 extension is generated for each element in this list.

Declaration
[JsonProperty("muxStreams")]
public virtual IList<string> MuxStreams { get; set; }
Property Value
Type Description
IList<string>

Type

Required. Type of the manifest.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX