MethodChannelHaishinKit class

The method channel implementation of HaishinKitPlatformInterface

Inheritance

Constructors

MethodChannelHaishinKit()

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<VideoSource>>
Gets the available video sources.
no setteroverride

Methods

getPlatformVersion() Future<String?>
Gets the HaishinKit library version.
inherited
newMediaMixer(dynamic options) Future<int?>
Creates a new MediaMixer platform instance.
override
newScreen(int? mixer) Future<int?>
override
newSession(String url, StreamSessionMode mode) Future<int?>
Creates a new Session platform instance.
override
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

Constants

channel → const dynamic