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