getCodecsWithoutType

fun getCodecsWithoutType(codecs: String?, trackType: Int): String?(source)

Returns a copy of codecs without the codecs whose track type matches trackType.

Return

A copy of codecs without the codecs whose track type matches trackType. If this ends up empty, or codecs is null, returns null.

Parameters

codecs

A codec sequence string, as defined in RFC 6381.

trackType

The C.TrackType.