Class (GI Struct)

GstWebRTC-1.0GstWebRTCWebRTCICECandidateStatsSince 1.22

1.22

Index

Constructors

  • Parameters

    • Optionalproperties: Partial<
          {
              _gst_reserved: any[];
              ipaddr: string;
              port: number;
              prio: number;
              proto: string;
              relay_proto: string;
              stream_id: number;
              type: string;
              url: string;
          },
      >

    Returns WebRTCICECandidateStats

Properties

ipaddr: string
port: number
prio: number
proto: string
relay_proto: string
stream_id: number
type: string
url: string

Methods