Interface protos.google.cloud.video.transcoder.v1.IAudioStream (1.7.2)

Properties of an AudioStream.

Package

@google-cloud/video-transcoder

Properties

bitrateBps

bitrateBps?: (number|null);

AudioStream bitrateBps

Property Value
TypeDescription
(number|null)

channelCount

channelCount?: (number|null);

AudioStream channelCount

Property Value
TypeDescription
(number|null)

channelLayout

channelLayout?: (string[]|null);

AudioStream channelLayout

Property Value
TypeDescription
(string[]|null)

codec

codec?: (string|null);

AudioStream codec

Property Value
TypeDescription
(string|null)

mapping

mapping?: (google.cloud.video.transcoder.v1.AudioStream.IAudioMapping[]|null);

AudioStream mapping

Property Value
TypeDescription
(google.cloud.video.transcoder.v1.AudioStream.IAudioMapping[]|null)

sampleRateHertz

sampleRateHertz?: (number|null);

AudioStream sampleRateHertz

Property Value
TypeDescription
(number|null)