c

ackcord.voice

ReadyData

case class ReadyData(ssrc: Int, port: Int, ip: String, modes: Seq[String]) extends Product with Serializable

Data of Ready

ssrc

Our ssrc

port

The port to connect to

ip

The address to send voice data to

modes

The supported modes

Source
voiceData.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadyData
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ReadyData(ssrc: Int, port: Int, ip: String, modes: Seq[String])

    ssrc

    Our ssrc

    port

    The port to connect to

    ip

    The address to send voice data to

    modes

    The supported modes

Value Members

  1. val ip: String
  2. val modes: Seq[String]
  3. val port: Int
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. val ssrc: Int