AudioOnlySingleStreamer
constructor(context: Context, audioInputMode: StreamerPipeline.AudioInputMode = CALLBACK, endpointFactory: IEndpointInternal.Factory = DynamicEndpointFactory(), dispatcherProvider: IDispatcherProvider = DispatcherProvider())(source)
Parameters
context
the application context
audioInputMode
the audio output mode. By default, it is StreamerPipeline.AudioInputMode.CALLBACK.
endpointFactory
the IEndpointInternal.Factory implementation. By default, it is a DynamicEndpointFactory.
dispatcherProvider
the IDispatcherProvider implementation. By default, it is a DispatcherProvider.