RCCallVideoProfile enum

通话视频参数

Inheritance

Constructors

RCCallVideoProfile()
const

Values

profile_144_256 → const RCCallVideoProfile

144x256, 15fps, 120~240kbps

profile_240_240 → const RCCallVideoProfile

240x240, 15fps, 120~280kbps

profile_240_320 → const RCCallVideoProfile

240x320, 15fps, 120~400kbps

profile_360_480 → const RCCallVideoProfile

360x480, 15fps, 150~650kbps

profile_360_640 → const RCCallVideoProfile

360x640, 15fps, 180~800kbps

profile_480_640 → const RCCallVideoProfile

480x640, 15fps, 200~900kbps

profile_480_720 → const RCCallVideoProfile

480x720, 15fps, 200~1000kbps

profile_720_1280 → const RCCallVideoProfile

720x1280, 15fps, 250~2200kbps

profile_1080_1920 → const RCCallVideoProfile

1080x1920, 15fps, 400~4000kbps

profile_144_256_high → const RCCallVideoProfile

144x256, 30fps, 240~480kbps

profile_240_240_high → const RCCallVideoProfile

240x240, 30fps, 240~360kbps

profile_240_320_high → const RCCallVideoProfile

240x320, 30fps, 240~800kbps

profile_360_480_high → const RCCallVideoProfile

360x480, 30fps, 300~1300kbps

profile_360_640_high → const RCCallVideoProfile

360x640, 30fps, 360~1600kbps

profile_480_640_high → const RCCallVideoProfile

480x640, 30fps, 400~1800kbps

profile_480_720_high → const RCCallVideoProfile

480x720, 30fps, 400~2000kbps

profile_720_1080_high → const RCCallVideoProfile

720x1080, 30fps, 500~4400kbps

profile_1080_1920_high → const RCCallVideoProfile

1080x1920, 30fps, 800~8000kbps

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<RCCallVideoProfile>
A constant List of the values in this enum, in order of their declaration.