Interface protos.google.cloud.video.transcoder.v1.VideoStream.IVp9CodecSettings (1.5.0)

Properties of a Vp9CodecSettings.

Package

@google-cloud/video-transcoder!

Properties

bitrateBps

bitrateBps?: (number|null);

Vp9CodecSettings bitrateBps

Property Value
TypeDescription
(number|null)

crfLevel

crfLevel?: (number|null);

Vp9CodecSettings crfLevel

Property Value
TypeDescription
(number|null)

frameRate

frameRate?: (number|null);

Vp9CodecSettings frameRate

Property Value
TypeDescription
(number|null)

gopDuration

gopDuration?: (google.protobuf.IDuration|null);

Vp9CodecSettings gopDuration

Property Value
TypeDescription
(google.protobuf.IDuration|null)

gopFrameCount

gopFrameCount?: (number|null);

Vp9CodecSettings gopFrameCount

Property Value
TypeDescription
(number|null)

heightPixels

heightPixels?: (number|null);

Vp9CodecSettings heightPixels

Property Value
TypeDescription
(number|null)

pixelFormat

pixelFormat?: (string|null);

Vp9CodecSettings pixelFormat

Property Value
TypeDescription
(string|null)

profile

profile?: (string|null);

Vp9CodecSettings profile

Property Value
TypeDescription
(string|null)

rateControlMode

rateControlMode?: (string|null);

Vp9CodecSettings rateControlMode

Property Value
TypeDescription
(string|null)

widthPixels

widthPixels?: (number|null);

Vp9CodecSettings widthPixels

Property Value
TypeDescription
(number|null)