GstWebRTC.WebRTCICECandidateStats

Fields

Name

Type

Access

Description

ipaddr

str

r/w

A string containing the address of the candidate. This value may be an IPv4 address, an IPv6 address, or a fully-qualified domain name

port

int

r/w

The network port number used by the candidate

prio

int

r/w

The candidate’s priority, corresponding to RTCIceCandidate.priority

proto

str

r/w

A string specifying the protocol (tcp or udp) used to transmit data on the port

relay_proto

str

r/w

stream_id

int

r/w

A string that uniquely identifies the object that is being monitored to produce this set of statistics

type

str

r/w

The candidate type

url

str

r/w

For local candidates, the url property is the URL of the ICE server from which the candidate was received

Methods

copy ()

free ()

Details

class GstWebRTC.WebRTCICECandidateStats

New in version 1.22.

copy()
Returns:

A copy of self

Return type:

GstWebRTC.WebRTCICECandidateStats

New in version 1.22.

free()

Helper function to free GstWebRTC.WebRTCICECandidateStats

New in version 1.22.