RTCPPacketType

public struct RTCPPacketType : RawRepresentable

Undocumented

  • Undocumented

    Declaration

    Swift

    public static let senderReport: RTCPPacketType
  • Undocumented

    Declaration

    Swift

    public static let recieverReport: RTCPPacketType
  • Undocumented

    Declaration

    Swift

    public static let sourceDescription: RTCPPacketType
  • Undocumented

    Declaration

    Swift

    public static let goodbye: RTCPPacketType
  • Undocumented

    Declaration

    Swift

    public static let applicationDefined: RTCPPacketType
  • Declaration

    Swift

    public var rawValue: UInt8
  • Declaration

    Swift

    public init(rawValue: UInt8)