Class SdpVersion

  • All Implemented Interfaces:

    
    public final class SdpVersion
    
                        

    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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Long value
    • Constructor Summary

      Constructors 
      Constructor Description
      SdpVersion(Long value)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Long getValue()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SdpVersion

        SdpVersion(Long value)