Interface protos.google.cloud.video.livestream.v1.IElementaryStream (1.0.2)

Properties of an ElementaryStream.

Package

@google-cloud/livestream

Properties

audioStream

audioStream?: (google.cloud.video.livestream.v1.IAudioStream|null);

ElementaryStream audioStream

key

key?: (string|null);

ElementaryStream key

textStream

textStream?: (google.cloud.video.livestream.v1.ITextStream|null);

ElementaryStream textStream

videoStream

videoStream?: (google.cloud.video.livestream.v1.IVideoStream|null);

ElementaryStream videoStream