Stream

abstract class Stream(applicationContext: Context) : VideoScreenObject.OnSurfaceChangedListener

The Stream class is the foundation of a RtmpStream.

Inheritors

Constructors

Link copied to clipboard
constructor(applicationContext: Context)

Properties

Link copied to clipboard

Specifies the audio codec settings.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The offscreen renderer for video output.

Link copied to clipboard

Specifies the video codec settings.

Functions

Link copied to clipboard

Attaches the media mixer.

Link copied to clipboard

Attaches a view.

Link copied to clipboard
abstract fun close()

Closes the stream from the server.

Link copied to clipboard
open fun dispose()

Disposes the stream of memory management.

Link copied to clipboard
open override fun onSurfaceChanged(surface: Surface?)
Link copied to clipboard

Registers an audio codec instance.

Link copied to clipboard

Unregisters an audio codec instance.