io.github.crow_misia.sdp.attribute.ExtmapAllowMixedAttribute.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdp Show documentation
Show all versions of sdp Show documentation
SDP(Session Description Protocol) library
package io.github.crow_misia.sdp.attribute
object ExtmapAllowMixedAttribute : SdpAttribute() {
internal const val fieldName = "extmap-allow-mixed"
override val field = fieldName
override fun valueJoinTo(buffer: StringBuilder) = buffer
@JvmStatic
fun of() = this
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy