MediaMixer
class MediaMixer(context: Context, val isRunning: AtomicBoolean = AtomicBoolean(false)) : MediaOutputDataSource, CoroutineScope, DefaultLifecycleObserver, Running
Mixing audio and video for streaming.
Properties
Functions
Link copied to clipboard
Attaches a audio source.
Link copied to clipboard
Attaches a video source.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Registers an output instance.
Link copied to clipboard
Sets a video effect.
Link copied to clipboard
Tells the receiver to start running.
Link copied to clipboard
Tells the receiver to stop running.
Link copied to clipboard
Unregisters an output instance.