AvatarVideoFormat class
Definuje výstupní formát videa avatara.
Konstruktory
Avatar |
Vytvoří a inicializuje instanci této třídy. |
Vlastnosti
bitrate | Definuje přenosovou rychlost videa. |
codec | Definuje kodek videa. |
height | Definuje výšku videa. |
width | Definuje šířku videa. |
Metody
set |
Nastaví rozsah oříznutí videa. |
Podrobnosti konstruktoru
AvatarVideoFormat(string, number, number, number)
Vytvoří a inicializuje instanci této třídy.
new AvatarVideoFormat(codec?: string, bitrate?: number, width?: number, height?: number)
Parametry
- codec
-
string
Kodek videa.
- bitrate
-
number
Přenosová rychlost videa.
- width
-
number
Šířka videa.
- height
-
number
Výška videa
Podrobnosti vlastnosti
bitrate
Definuje přenosovou rychlost videa.
bitrate: number
Hodnota vlastnosti
number
codec
Definuje kodek videa.
codec: string
Hodnota vlastnosti
string
height
Definuje výšku videa.
height: number
Hodnota vlastnosti
number
width
Definuje šířku videa.
width: number
Hodnota vlastnosti
number
Podrobnosti metody
setCropRange(Coordinate, Coordinate)
Nastaví rozsah oříznutí videa.
function setCropRange(topLeft: Coordinate, bottomRight: Coordinate)
Parametry
- topLeft
- Coordinate
- bottomRight
- Coordinate