MediaMixer class

Properties

audioMixerSettings ↔ dynamic
Gets the audio mixer settings.
getter/setter pair
frameRate int
Gets the frameRate.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
memory int?
The platform memory address.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screen → dynamic
no setter
sessionPreset AVCaptureSessionPreset
Gets the sessionPreset.
getter/setter pair
videoMixerSettings ↔ dynamic
Gets the video mixer settings.
getter/setter pair

Methods

attachAudio(int track, dynamic audio) Future<void>
Attaches an AudioSource to this mixer.
attachVideo(int track, dynamic video) Future<void>
Attaches a VideoSource to this mixer.
dispose() Future<void>
Disposes this mixer platform instance.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startRunning() Future<void>
stopRunning() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

create({dynamic options = const MediaMixerOptions()}) Future<MediaMixer>