Package-level declarations
Types
Link copied to clipboard
open class BaseAudioOnlyLiveStreamer(context: Context, muxer: IMuxer, endpoint: ILiveEndpoint, initialOnErrorListener: OnErrorListener? = null, initialOnConnectionListener: OnConnectionListener? = null) : BaseAudioOnlyStreamer, ILiveStreamer
A BaseStreamer that sends only microphone frames to a remote device.
Link copied to clipboard
open class BaseCameraLiveStreamer(context: Context, enableAudio: Boolean = true, muxer: IMuxer, endpoint: ILiveEndpoint, initialOnErrorListener: OnErrorListener? = null, initialOnConnectionListener: OnConnectionListener? = null) : BaseCameraStreamer, ILiveStreamer
A BaseCameraStreamer that sends microphone and camera frames to a remote device.
Link copied to clipboard
open class BaseScreenRecorderLiveStreamer(context: Context, enableAudio: Boolean = true, muxer: IMuxer, endpoint: ILiveEndpoint, initialOnErrorListener: OnErrorListener? = null, initialOnConnectionListener: OnConnectionListener? = null) : BaseScreenRecorderStreamer, ILiveStreamer
A BaseScreenRecorderStreamer that sends microphone and screen frames to a remote device.