All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.crow_misia.sdp.attribute.ExtmapAllowMixedAttribute.kt Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
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