CIVideoPreviewPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • CIVideoPreviewPlatform
Implementers

Constructors

CIVideoPreviewPlatform()
Constructs a VideoPreviewPlatform.

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

connect(int textureId, int filterId, String context) Future<void>
create() Future<int>
disconnect(int textureId) Future<void>
dispose(int textureId) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause(int textureId) Future<void>
resume(int textureId) Future<void>
setSource(int textureId, String path, [bool asset = false]) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance CIVideoPreviewPlatform
The default instance of CIVideoPreviewPlatform to use.
getter/setter pair