MockBaseMediaManager

constructor(mediaSurfaceProvider: MediaSurfaceProvider?, volumeController: MockVolumeController = MockVolumeController(), mediaSurfaceController: MockMediaSurfaceController = MockMediaSurfaceController(), coroutineContext: CoroutineContext, setupMocks: Boolean = true)

Parameters

mediaSurfaceProvider

a MediaSurfaceProvider that will automatically call renderVideoOnSurface for the latest MediaSurface

volumeController
mediaSurfaceController
coroutineContext

the CoroutineContext on which the media will be managed

setupMocks

If true this will automatically set up some mocking