ExVideoCodecs

class ExVideoCodecs(val value: String?)

Handler for video codecs supported by enhanced RTMP protocol.

Parameters

value

supported video codecs with format hvc1[,av01][,vp09]

Constructors

Link copied to clipboard
constructor(value: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The mime type of the codecs contains in the value of fourCcList.

Link copied to clipboard

Functions

Link copied to clipboard
fun hasCodec(mimeType: String): Boolean

Whether the value has the codec.