TTVideoEngineStrategy class

Constructors

TTVideoEngineStrategy()

Properties

hashCode int
The hash code for this object.
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

Static Properties

onCreatePreRenderEngine OnCreatePreRenderEngine?
getter/setter pair

Static Methods

addStrategyVideoSources({required List<TTVideoEngineMediaSource> videoSources}) Future<void>
Add playlist to current playlist, E.g Load more data @param videoSources play sources
clearAllEngineStrategy() Future<void>
Clearn all engine strategy,
enableEngineStrategy({required TTVideoEngineStrategyType strategyType, required TTVideoEngineStrategyScene scene}) Future<void>
Enable engine strategy, open ViewController settings enable strategy, do not repeat settings
init() Future<void>
setStrategyVideoSources({required List<TTVideoEngineMediaSource> videoSources}) Future<void>
Need to set the current playlist Set up playlist, E.g Refresh data @param videoSources play sources