Reference documentation and code samples for the Google Cloud Video Transcoder V1beta1 Client 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.
Generated from protobuf message google.cloud.video.transcoder.v1beta1.ElementaryStream
Namespace
Google \ Cloud \ Video \ Transcoder \ V1beta1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ key
string
A unique key for this elementary stream.
↳ video_stream
↳ audio_stream
↳ text_stream
Google\Cloud\Video\Transcoder\V1beta1\TextStream
Encoding of a text stream. For example, closed captions or subtitles.
getKey
A unique key for this elementary stream.
string
setKey
A unique key for this elementary stream.
var
string
$this
getVideoStream
Encoding of a video stream.
hasVideoStream
setVideoStream
Encoding of a video stream.
$this
getAudioStream
Encoding of an audio stream.
hasAudioStream
setAudioStream
Encoding of an audio stream.
$this
getTextStream
Encoding of a text stream. For example, closed captions or subtitles.
hasTextStream
setTextStream
Encoding of a text stream. For example, closed captions or subtitles.
$this
getElementaryStream
string