Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@RequiresApi(value = 29)
class MediaProjectionAudioSourceFactory(mediaProjection: MediaProjection, effects: Set<UUID> = defaultAudioEffects) : AudioRecordSourceFactory

A factory to create a MediaProjectionAudioSource.

Link copied to clipboard
class MicrophoneSourceFactory(effects: Set<UUID> = defaultAudioEffects) : AudioRecordSourceFactory

A factory to create a MicrophoneSource.