VideoOnlyDualStreamer
Creates a VideoOnlyDualStreamer with a default video source.
Parameters
the application context
the video source factory. If parameter is null, no audio source are set. It can be set later with VideoOnlySingleStreamer.setVideoSource.
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.
the ISurfaceProcessorInternal.Factory implementation to use to create the video processor. By default, it is a DefaultSurfaceProcessorFactory.
the IDispatcherProvider implementation. By default, it is a DispatcherProvider.