共用方式為


AvatarVideoFormat class

定義虛擬人偶輸出視訊格式。

建構函式

AvatarVideoFormat(string, number, number, number)

建立並初始化這個類別的實例。

屬性

bitrate

定義視訊位元速率。

codec

定義視訊編解碼器。

height

定義視訊高度。

width

定義視訊寬度。

方法

setCropRange(Coordinate, Coordinate)

設定視訊裁剪範圍。

建構函式詳細資料

AvatarVideoFormat(string, number, number, number)

建立並初始化這個類別的實例。

new AvatarVideoFormat(codec?: string, bitrate?: number, width?: number, height?: number)

參數

codec

string

視訊編解碼器。

bitrate

number

視訊位元速率。

width

number

視訊寬度。

height

number

視訊高度。

屬性詳細資料

bitrate

定義視訊位元速率。

bitrate: number

屬性值

number

codec

定義視訊編解碼器。

codec: string

屬性值

string

height

定義視訊高度。

height: number

屬性值

number

width

定義視訊寬度。

width: number

屬性值

number

方法詳細資料

setCropRange(Coordinate, Coordinate)

設定視訊裁剪範圍。

function setCropRange(topLeft: Coordinate, bottomRight: Coordinate)

參數

topLeft
Coordinate
bottomRight
Coordinate