Stream

abstract class Stream(applicationContext: Context)

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

The current audio source object.

Link copied to clipboard

The offscreen renderer for video output.

Link copied to clipboard

Specifies the videoEffect such as a monochrome, a sepia.

Link copied to clipboard

Specifies the video codec settings.

Link copied to clipboard

The current video source object.

Link copied to clipboard

Specifies the StreamView object.

Functions

Link copied to clipboard

Attaches an audio stream to a Stream.

Link copied to clipboard

Attaches a video stream to a Stream.

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.