case class SessionDescription(version: Int, origin: SessionOrigin, name: String, information: Option[String], uri: Option[URI], email: List[String], phone: List[String], connectionData: List[ConnectionData], bandwidth: List[Bandwidth], timing: List[Timing], repeat: List[Repeat], zones: List[TimeZone], attributes: List[Attribute], media: List[MediaDescription]) extends Product with Serializable
Description of the session
- version
Version of the session, currently 0
- origin
Originator and session identifier
- name
Name of the session
- information
Additional session information
- uri
Uri containing further session information
Email(s) of the session originator
- phone
Phone(s) of the session originator
- connectionData
Information about connetcion. Either this must be specified or each media description must have its connection data specified.
- bandwidth
Session Bandwidth parameteres
- timing
Time Description
- repeat
Time repeat information
- zones
Time zones
- attributes
Attributes of the session
- media
Media Descriptions
- Source
- SessionDescription.scala
- Alphabetic
- By Inheritance
- SessionDescription
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
SessionDescription(version: Int, origin: SessionOrigin, name: String, information: Option[String], uri: Option[URI], email: List[String], phone: List[String], connectionData: List[ConnectionData], bandwidth: List[Bandwidth], timing: List[Timing], repeat: List[Repeat], zones: List[TimeZone], attributes: List[Attribute], media: List[MediaDescription])
- version
Version of the session, currently 0
- origin
Originator and session identifier
- name
Name of the session
- information
Additional session information
- uri
Uri containing further session information
Email(s) of the session originator
- phone
Phone(s) of the session originator
- connectionData
Information about connetcion. Either this must be specified or each media description must have its connection data specified.
- bandwidth
Session Bandwidth parameteres
- timing
Time Description
- repeat
Time repeat information
- zones
Time zones
- attributes
Attributes of the session
- media
Media Descriptions
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from SessionDescription to any2stringadd[SessionDescription] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (SessionDescription, B)
- Implicit
- This member is added by an implicit conversion from SessionDescription to ArrowAssoc[SessionDescription] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attributes: List[Attribute]
- val bandwidth: List[Bandwidth]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val connectionData: List[ConnectionData]
- val email: List[String]
-
def
ensuring(cond: (SessionDescription) ⇒ Boolean, msg: ⇒ Any): SessionDescription
- Implicit
- This member is added by an implicit conversion from SessionDescription to Ensuring[SessionDescription] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (SessionDescription) ⇒ Boolean): SessionDescription
- Implicit
- This member is added by an implicit conversion from SessionDescription to Ensuring[SessionDescription] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): SessionDescription
- Implicit
- This member is added by an implicit conversion from SessionDescription to Ensuring[SessionDescription] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): SessionDescription
- Implicit
- This member is added by an implicit conversion from SessionDescription to Ensuring[SessionDescription] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from SessionDescription to StringFormat[SessionDescription] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- val information: Option[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val media: List[MediaDescription]
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val origin: SessionOrigin
- val phone: List[String]
- val repeat: List[Repeat]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val timing: List[Timing]
- val uri: Option[URI]
- val version: Int
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val zones: List[TimeZone]
-
def
→[B](y: B): (SessionDescription, B)
- Implicit
- This member is added by an implicit conversion from SessionDescription to ArrowAssoc[SessionDescription] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc