MediaMixerPlatformInterface class abstract

The HaishinKit MediaMixer platform interface

Implementers

Constructors

MediaMixerPlatformInterface()

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

attachAudio(Map<String, dynamic> params) Future<void>
Attaches an audio source.
attachVideo(Map<String, dynamic> params) Future<void>
Attaches a video source.
dispose(Map<String, dynamic> params) Future<void>
Disposes the MediaMixer platform instance.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAudioMixerSettings(Map<String, dynamic> params) Future<void>
Sets the audio mixer settings property.
setFrameRate(Map<String, dynamic> params) Future<void>
Sets the frameRate property.
setScreenSettings(Map<String, dynamic> params) Future<void>
Sets the screen properties.
setSessionPreset(Map<String, dynamic> params) Future<void>
Sets the sessionPreset property.
setVideoMixerSettings(Map<String, dynamic> params) Future<void>
Sets the video mixer settings property.
startRunning(Map<String, dynamic> params) Future<void>
Starts running.
stopRunning(Map<String, dynamic> params) Future<void>
Stops running.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance MediaMixerPlatformInterface
Sets the MediaMixerPlatformInterface.instance
getter/setter pair