Package-level declarations
Types
A class that handles 2 outputs.
A data class that holds audio specific codec data.
A data class that holds video specific codec data.
A ISingleStreamer implementation for video only (without audio).
Functions
Creates a DualStreamer with a default audio source.
Creates a VideoOnlyDualStreamer with the camera as video source and no audio source.
Creates a DualStreamer with an audio source and a video source.
Creates a DualStreamerAudioConfig with the same configuration for both audio streams.
Creates a DualStreamerAudioConfig with different configuration for each audio stream.
Creates a DualStreamerVideoConfig with the same configuration for both video streams.
Creates a DualStreamerVideoConfig with different configuration for each video stream.
Creates a DualStreamer with the screen as video source and an audio source (by default, the microphone).
Creates a DualStreamer with the screen as video source and no audio source.
Creates a VideoOnlyDualStreamer with a default video source.