다음을 통해 공유


AvatarVideoFormat class

아바타 출력 비디오 형식을 정의합니다.

생성자

AvatarVideoFormat(string, number, number, number)

이 클래스의 instance 만들고 초기화합니다.

속성

bitrate

비디오 비트 전송률을 정의합니다.

codec

비디오 코덱을 정의합니다.

height

비디오 높이를 정의합니다.

width

비디오 너비를 정의합니다.

메서드

setCropRange(Coordinate, Coordinate)

비디오 자르기 범위를 설정합니다.

생성자 세부 정보

AvatarVideoFormat(string, number, number, number)

이 클래스의 instance 만들고 초기화합니다.

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