GstWebRTC.WebRTCICEStream

g GObject.InitiallyUnowned GObject.InitiallyUnowned Gst.Object Gst.Object GObject.InitiallyUnowned->Gst.Object GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned GstWebRTC.WebRTCICEStream GstWebRTC.WebRTCICEStream Gst.Object->GstWebRTC.WebRTCICEStream

Subclasses:

None

Methods

Inherited:

Gst.Object (27), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

find_transport (component)

gather_candidates ()

Virtual Methods

Inherited:

Gst.Object (1), GObject.Object (7)

do_find_transport (component)

do_gather_candidates ()

Properties

Inherited:

Gst.Object (2)

Name

Type

Flags

Short Description

stream-id

int

r/w/co

ICE stream id associated with this stream

Signals

Inherited:

Gst.Object (1), GObject.Object (1)

Fields

Inherited:

Gst.Object (1), GObject.Object (1)

Name

Type

Access

Description

parent

Gst.Object

r

stream_id

int

r

Class Details

class GstWebRTC.WebRTCICEStream(**kwargs)
Bases:

Gst.Object

Abstract:

Yes

Structure:

GstWebRTC.WebRTCICEStreamClass

New in version 1.22.

find_transport(component)
Parameters:

component (GstWebRTC.WebRTCICEComponent) – The GstWebRTC.WebRTCICEComponent

Returns:

the GstWebRTC.WebRTCICETransport, or None

Return type:

GstWebRTC.WebRTCICETransport or None

New in version 1.22.

gather_candidates()
Returns:

False on error, True otherwise

Return type:

bool

New in version 1.22.

do_find_transport(component) virtual
Parameters:

component (GstWebRTC.WebRTCICEComponent) – The GstWebRTC.WebRTCICEComponent

Returns:

the GstWebRTC.WebRTCICETransport, or None

Return type:

GstWebRTC.WebRTCICETransport or None

New in version 1.22.

do_gather_candidates() virtual
Returns:

False on error, True otherwise

Return type:

bool

New in version 1.22.

Property Details

GstWebRTC.WebRTCICEStream.props.stream_id
Name:

stream-id

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

ICE stream id associated with this stream