StreamSessionPlatformInterface class abstract

The HaishinKit Session platform interface

Implementers

Constructors

StreamSessionPlatformInterface()

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

close(Map<String, dynamic> params) Future<void>
Closes the session.
connect(Map<String, dynamic> params) Future<void>
Connects the session.
dispose(Map<String, dynamic> params) Future<void>
Disposes the Session platform instance.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerTexture(Map<String, dynamic> params) Future<int?>
Register a texture with FlutterTexture.
setAudioSettings(Map<String, dynamic> params) Future<void>
Sets the audio codec settings.
setVideoSettings(Map<String, dynamic> params) Future<void>
Sets the video codec properties.
toString() String
A string representation of this object.
inherited
unregisterTexture(Map<String, dynamic> params) Future<void>
Unregister a texture with FlutterTexture.
updateTexture(Map<String, dynamic> params) Future<int?>

Operators

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

Static Properties

instance StreamSessionPlatformInterface
Sets the StreamSessionPlatformInterface.instance
getter/setter pair