Srt

object Srt

This class provides main SRT control. Before calling any other SRT API, you shall call startUp.

Properties

Link copied to clipboard

Get SRT version

Functions

Link copied to clipboard
external fun cleanUp(): Int

Cleans up all global SRT resources and shall be called just before exiting the application (for example, in your main activity onRelease()).

Link copied to clipboard
external fun setLogLevel(level: Int)

Set log level

Link copied to clipboard
external fun startUp(): Int

Uses to create an SRT context. It is automatically called by other class. You don't have to call it anymore.