V2TXLiveVideoResolution enum

Video resolution

Inheritance
Available extensions

Values

v2TXLiveVideoResolution160x160 → const V2TXLiveVideoResolution

Resolution 160*160, Bitrate range: 100Kbps ~ 150Kbps, fps: 15fps

v2TXLiveVideoResolution270x270 → const V2TXLiveVideoResolution

Resolution 270*270, Bitrate range: 200Kbps ~ 300Kbps, fps: 15fps

v2TXLiveVideoResolution480x480 → const V2TXLiveVideoResolution

Resolution 480*480, Bitrate range: 350Kbps ~ 525Kbps, fps: 15fps

v2TXLiveVideoResolution320x240 → const V2TXLiveVideoResolution

Resolution 320*240, Bitrate range: 250Kbps ~ 375Kbps, fps: 15fps

v2TXLiveVideoResolution480x360 → const V2TXLiveVideoResolution

Resolution 480*360, Bitrate range: 400Kbps ~ 600Kbps, fps: 15fps

v2TXLiveVideoResolution640x480 → const V2TXLiveVideoResolution

Resolution 640*480, Bitrate range: 600Kbps ~ 900Kbps, fps: 15fps

v2TXLiveVideoResolution320x180 → const V2TXLiveVideoResolution

Resolution 320*180, Bitrate range: 250Kbps ~ 400Kbps, fps: 15fps

v2TXLiveVideoResolution480x270 → const V2TXLiveVideoResolution

Resolution 480*270, Bitrate range: 350Kbps ~ 550Kbps, fps: 15fps

v2TXLiveVideoResolution640x360 → const V2TXLiveVideoResolution

Resolution 640*360, Bitrate range: 500Kbps ~ 900Kbps, fps: 15fps

v2TXLiveVideoResolution960x540 → const V2TXLiveVideoResolution

Resolution 960*540, Bitrate range: 800Kbps ~ 1500Kbps, fps: 15fps

v2TXLiveVideoResolution1280x720 → const V2TXLiveVideoResolution

Resolution 1280*720, Bitrate range: 1000Kbps ~ 1800Kbps, fps: 15fps

v2TXLiveVideoResolution1920x1080 → const V2TXLiveVideoResolution

Resolution 1920*1080, Bitrate range: 2500Kbps ~ 3000Kbps, fps: 15fps

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<V2TXLiveVideoResolution>
A constant List of the values in this enum, in order of their declaration.