FTXLivePlayConfigPlayerMsg class
Constructors
- FTXLivePlayConfigPlayerMsg.new({int? playerId, double? cacheTime, double? maxAutoAdjustCacheTime, double? minAutoAdjustCacheTime, int? videoBlockThreshold, int? connectRetryCount, int? connectRetryInterval, bool? autoAdjustCacheTime, bool? enableAec, bool? enableMessage, bool? enableMetaData, String? flvSessionKey})
Properties
- autoAdjustCacheTime ↔ bool?
-
getter/setter pair
- cacheTime ↔ double?
-
getter/setter pair
- connectRetryCount ↔ int?
-
getter/setter pair
- connectRetryInterval ↔ int?
-
getter/setter pair
- enableAec ↔ bool?
-
getter/setter pair
- enableMessage ↔ bool?
-
getter/setter pair
- enableMetaData ↔ bool?
-
getter/setter pair
- flvSessionKey ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxAutoAdjustCacheTime ↔ double?
-
getter/setter pair
- minAutoAdjustCacheTime ↔ double?
-
getter/setter pair
- playerId ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- videoBlockThreshold ↔ int?
-
getter/setter pair
Methods
-
encode(
) → Object -
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
-
decode(
Object result) → FTXLivePlayConfigPlayerMsg