Class Manifest
Manifest configuration.
Implements
Inherited Members
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 |