TTVideoEngineResolutionType enum
Values
- TTVideoEngineResolutionTypeSD → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(0) - TTVideoEngineResolutionTypeHD → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(1) - TTVideoEngineResolutionTypeFullHD → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(2) - TTVideoEngineResolutionType1080P → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(3) - TTVideoEngineResolutionType4K → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(4) - TTVideoEngineResolutionTypeAuto → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(5) - TTVideoEngineResolutionTypeUnknown → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(6) - TTVideoEngineResolutionTypeSD_L → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(7) - TTVideoEngineResolutionTypeHD_H → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(8) - TTVideoEngineResolutionTypeHDR → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(9) - TTVideoEngineResolutionType2K → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(10) - TTVideoEngineResolutionType1080P_50F → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(11) - TTVideoEngineResolutionType2K_50F → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(12) - TTVideoEngineResolutionType4K_50F → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(13) - TTVideoEngineResolutionType1080P_60F → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(14) - TTVideoEngineResolutionType2K_60F → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(15) - TTVideoEngineResolutionType4K_60F → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(16) - TTVideoEngineResolutionType1080P_120F → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(17) - TTVideoEngineResolutionType2K_120F → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(18) - TTVideoEngineResolutionType4K_120F → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(19) - TTVideoEngineResolutionTypeHDR_240P → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(20) - TTVideoEngineResolutionTypeHDR_360P → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(21) - TTVideoEngineResolutionTypeHDR_480P → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(22) - TTVideoEngineResolutionTypeHDR_540P → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(23) - TTVideoEngineResolutionTypeHDR_720P → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(24) - TTVideoEngineResolutionTypeHDR_1080P → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(25) - TTVideoEngineResolutionTypeHDR_2K → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(26) - TTVideoEngineResolutionTypeHDR_4K → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(27) - TTVideoEngineResolutionTypeABRAuto → const TTVideoEngineResolutionType
-
const TTVideoEngineResolutionType(500)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- idx → int
-
final
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
Static Methods
-
transFromDefinition(
String definition) → TTVideoEngineResolutionType -
transFromValue(
int value) → TTVideoEngineResolutionType -
transToDefinition(
TTVideoEngineResolutionType resolution) → String
Constants
-
values
→ const List<
TTVideoEngineResolutionType> - A constant List of the values in this enum, in order of their declaration.