SdpVersion

data class SdpVersion(val value: Long)

This is a Kotlin port of the original (MIT licensed) located at https://github.com/clux/sdp-transform. This port is from: https://github.com/ggarber/sdpparser

Constructors

Link copied to clipboard
constructor(value: Long)

Properties

Link copied to clipboard
val value: Long