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

Properties of a Vp9CodecSettings.

Package

@google-cloud/video-transcoder

Properties

bitrateBps

bitrateBps?: (number|null);

Vp9CodecSettings bitrateBps

crfLevel

crfLevel?: (number|null);

Vp9CodecSettings crfLevel

frameRate

frameRate?: (number|null);

Vp9CodecSettings frameRate

gopDuration

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

Vp9CodecSettings gopDuration

gopFrameCount

gopFrameCount?: (number|null);

Vp9CodecSettings gopFrameCount

heightPixels

heightPixels?: (number|null);

Vp9CodecSettings heightPixels

pixelFormat

pixelFormat?: (string|null);

Vp9CodecSettings pixelFormat

profile

profile?: (string|null);

Vp9CodecSettings profile

rateControlMode

rateControlMode?: (string|null);

Vp9CodecSettings rateControlMode

widthPixels

widthPixels?: (number|null);

Vp9CodecSettings widthPixels