videoMediaProjectionDualStreamer
Creates a DualStreamer with the screen as video source and an audio source (by default, the microphone).
Parameters
the application context
the media projection. It can be obtained with MediaProjectionManager.getMediaProjection. Don't forget to call MediaProjection.stop when you are done.
the audio source factory. By default, it is the default microphone source factory. If set to null, you will have to set it later explicitly.
the IEndpointInternal.Factory implementation of the first output. By default, it is a DynamicEndpointFactory.
the IEndpointInternal.Factory implementation of the second output. By default, it is a DynamicEndpointFactory.
the default rotation in Surface rotation (Surface.ROTATION_0, ...). By default, it is the current device orientation.