AgoraVideoProfile enum

Defines the video profiles available in Agora.

Agoraで利用可能なビデオプロファイルを定義します。

Inheritance

Constructors

AgoraVideoProfile()
const

Values

size160x120Rate15 → const AgoraVideoProfile
size120x120Rate15 → const AgoraVideoProfile
size320x180Rate15 → const AgoraVideoProfile
size180x180Rate15 → const AgoraVideoProfile
size240x180Rate15 → const AgoraVideoProfile
size320x240Rate15 → const AgoraVideoProfile
size240x240Rate15 → const AgoraVideoProfile
size424x240Rate15 → const AgoraVideoProfile
size640x360Rate15 → const AgoraVideoProfile
size360x360Rate15 → const AgoraVideoProfile
size640x360Rate30 → const AgoraVideoProfile
size360x360Rate30 → const AgoraVideoProfile
size480x360Rate15 → const AgoraVideoProfile
size480x360Rate30 → const AgoraVideoProfile
size640x480Rate15 → const AgoraVideoProfile
size480x480Rate15 → const AgoraVideoProfile
size640x480Rate30 → const AgoraVideoProfile
size480x480Rate30 → const AgoraVideoProfile
size848x480Rate15 → const AgoraVideoProfile
size848x480Rate30 → const AgoraVideoProfile
size640x480Rate10 → const AgoraVideoProfile
size1280x720Rate15 → const AgoraVideoProfile
size1280x720Rate30 → const AgoraVideoProfile
size960x720Rate15 → const AgoraVideoProfile
size960x720Rate30 → const AgoraVideoProfile
size1920x1080Rate15 → const AgoraVideoProfile
size1920x1080Rate30 → const AgoraVideoProfile
size1920x1080Rate60 → const AgoraVideoProfile

Properties

frameRate int
Get frame rate.
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
landscape → VideoDimensions
Get VideoDimensions in landscape mode.
no setter
portrait → VideoDimensions
Get VideoDimensions in portrait mode.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bitrate(ChannelProfileType channelProfile) int
Get the bit rate (kbps).
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<AgoraVideoProfile>
A constant List of the values in this enum, in order of their declaration.