MethodChannelMediaMixer class

The method channel implementation of MediaMixerPlatformInterface

Inheritance

Constructors

MethodChannelMediaMixer()

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.
override
attachVideo(Map<String, dynamic> params) Future<void>
Attaches a video source.
override
dispose(Map<String, dynamic> params) Future<void>
Disposes the MediaMixer platform instance.
override
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.
override
setFrameRate(Map<String, dynamic> params) Future<void>
Sets the frameRate property.
override
setScreenSettings(Map<String, dynamic> params) Future<void>
Sets the screen properties.
override
setSessionPreset(Map<String, dynamic> params) Future<void>
Sets the sessionPreset property.
override
setVideoMixerSettings(Map<String, dynamic> params) Future<void>
Sets the video mixer settings property.
override
startRunning(Map<String, dynamic> params) Future<void>
Starts running.
override
stopRunning(Map<String, dynamic> params) Future<void>
Stops running.
override
toString() String
A string representation of this object.
inherited

Operators

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