DiscordRawVoiceData

public struct DiscordRawVoiceData

A struct that contains a Discord voice packet with raw data.

  • The sequence number of this packet.

    Declaration

    Swift

    public let seqNum: Int
  • The source of this packet.

    Declaration

    Swift

    public let ssrc: Int
  • The timestamp of this packet.

    Declaration

    Swift

    public let timestamp: Int
  • The raw voice data.

    Declaration

    Swift

    public let voiceData: [Int16]