Show / Hide Table of Contents

Class ElementaryStream

Encoding of an input file such as an audio, video, or text track. Elementary streams must be packaged before mapping and sharing between different output formats.

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

Properties

AudioStream

Encoding of an audio stream.

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

ETag

The ETag of the item.

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

Key

A unique key for this elementary stream.

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

TextStream

Encoding of a text stream. For example, closed captions or subtitles.

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

VideoStream

Encoding of a video stream.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX