MediaProjectionAudioSourceFactory
class MediaProjectionAudioSourceFactory(mediaProjection: MediaProjection, effects: Set<UUID> = defaultAudioEffects) : AudioRecordSourceFactory
A factory to create a MediaProjectionAudioSource.
If you want to share the MediaProjection to another source. You must use this factory.
Parameters
mediaProjection
The media projection
effects
The audio effects to apply
Functions
Link copied to clipboard
Creates an IAudioSourceInternal instance.
Link copied to clipboard
Whether the source that will be created by create is equal to another source.