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

Properties of an AudioStream.

Package

@google-cloud/livestream

Properties

bitrateBps

bitrateBps?: (number|null);

AudioStream bitrateBps

channelCount

channelCount?: (number|null);

AudioStream channelCount

channelLayout

channelLayout?: (string[]|null);

AudioStream channelLayout

codec

codec?: (string|null);

AudioStream codec

mapping

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

AudioStream mapping

sampleRateHertz

sampleRateHertz?: (number|null);

AudioStream sampleRateHertz

transmux

transmux?: (boolean|null);

AudioStream transmux