HaishinKitPlatformInterface class abstract
The HaishinKit platform interface.
- Implementers
Constructors
- HaishinKitPlatformInterface()
- Creates an instance.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
videoSources
→ Future<
List> -
Gets the available video sources.
no setter
Methods
-
getPlatformVersion(
) → Future< String?> - Gets the HaishinKit library version.
-
newMediaMixer(
MediaMixerOptions options) → Future< int?> - Creates a new MediaMixer platform instance.
-
newScreen(
int? mixer) → Future< int?> -
newSession(
String url, dynamic mode) → Future< int?> - Creates a new Session platform instance.
-
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
- instance ↔ HaishinKitPlatformInterface
-
Sets the HaishinKitPlatformInterface.instance
getter/setter pair