Class protos.google.cloud.video.transcoder.v1.VideoStream.H264CodecSettings (3.0.3)

Represents a H264CodecSettings.

Package

@google-cloud/video-transcoder

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.video.transcoder.v1.VideoStream.IH264CodecSettings);

Constructs a new H264CodecSettings.

Parameter
NameDescription
properties IH264CodecSettings

Properties to set

Properties

allowOpenGop

public allowOpenGop: boolean;

H264CodecSettings allowOpenGop.

aqStrength

public aqStrength: number;

H264CodecSettings aqStrength.

bFrameCount

public bFrameCount: number;

H264CodecSettings bFrameCount.

bitrateBps

public bitrateBps: number;

H264CodecSettings bitrateBps.

bPyramid

public bPyramid: boolean;

H264CodecSettings bPyramid.

crfLevel

public crfLevel: number;

H264CodecSettings crfLevel.

enableTwoPass

public enableTwoPass: boolean;

H264CodecSettings enableTwoPass.

entropyCoder

public entropyCoder: string;

H264CodecSettings entropyCoder.

frameRate

public frameRate: number;

H264CodecSettings frameRate.

gopDuration

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

H264CodecSettings gopDuration.

gopFrameCount

public gopFrameCount?: (number|null);

H264CodecSettings gopFrameCount.

gopMode

public gopMode?: ("gopFrameCount"|"gopDuration");

H264CodecSettings gopMode.

heightPixels

public heightPixels: number;

H264CodecSettings heightPixels.

pixelFormat

public pixelFormat: string;

H264CodecSettings pixelFormat.

preset

public preset: string;

H264CodecSettings preset.

profile

public profile: string;

H264CodecSettings profile.

rateControlMode

public rateControlMode: string;

H264CodecSettings rateControlMode.

tune

public tune: string;

H264CodecSettings tune.

vbvFullnessBits

public vbvFullnessBits: number;

H264CodecSettings vbvFullnessBits.

vbvSizeBits

public vbvSizeBits: number;

H264CodecSettings vbvSizeBits.

widthPixels

public widthPixels: number;

H264CodecSettings widthPixels.

Methods

create(properties)

public static create(properties?: google.cloud.video.transcoder.v1.VideoStream.IH264CodecSettings): google.cloud.video.transcoder.v1.VideoStream.H264CodecSettings;

Creates a new H264CodecSettings instance using the specified properties.

Parameter
NameDescription
properties IH264CodecSettings

Properties to set

Returns
TypeDescription
H264CodecSettings

H264CodecSettings instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.video.transcoder.v1.VideoStream.H264CodecSettings;

Decodes a H264CodecSettings message from the specified reader or buffer.

Parameters
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
H264CodecSettings

H264CodecSettings

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.video.transcoder.v1.VideoStream.H264CodecSettings;

Decodes a H264CodecSettings message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
H264CodecSettings

H264CodecSettings

encode(message, writer)

public static encode(message: google.cloud.video.transcoder.v1.VideoStream.IH264CodecSettings, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified H264CodecSettings message. Does not implicitly messages.

Parameters
NameDescription
message IH264CodecSettings

H264CodecSettings message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.video.transcoder.v1.VideoStream.IH264CodecSettings, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified H264CodecSettings message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IH264CodecSettings

H264CodecSettings message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.video.transcoder.v1.VideoStream.H264CodecSettings;

Creates a H264CodecSettings message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
H264CodecSettings

H264CodecSettings

getTypeUrl(typeUrlPrefix)

public static getTypeUrl(typeUrlPrefix?: string): string;

Gets the default type url for H264CodecSettings

Parameter
NameDescription
typeUrlPrefix string

your custom typeUrlPrefix(default "type.googleapis.com")

Returns
TypeDescription
string

The default type url

toJSON()

public toJSON(): { [k: string]: any };

Converts this H264CodecSettings to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.video.transcoder.v1.VideoStream.H264CodecSettings, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from a H264CodecSettings message. Also converts values to other types if specified.

Parameters
NameDescription
message H264CodecSettings

H264CodecSettings

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a H264CodecSettings message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not