AudioCodecStats

public struct AudioCodecStats : Codable

Codec metadata linked from an RTP statistics record.

  • Undocumented

    Declaration

    Swift

    public let codecId: String?
  • Undocumented

    Declaration

    Swift

    public let mimeType: String?
  • Undocumented

    Declaration

    Swift

    public let payloadType: Int?
  • Undocumented

    Declaration

    Swift

    public let clockRate: Int?
  • Undocumented

    Declaration

    Swift

    public let channels: Int?
  • Undocumented

    Declaration

    Swift

    public let sdpFmtpLine: String?
  • Undocumented

    Declaration

    Swift

    public init(codecId: String? = nil, mimeType: String? = nil, payloadType: Int? = nil, clockRate: Int? = nil, channels: Int? = nil, sdpFmtpLine: String? = nil)