Trait gstreamer_webrtc::prelude::WebRTCICEStreamExt
source · pub trait WebRTCICEStreamExt:
IsA<WebRTCICEStream>
+ Sealed
+ 'static {
// Provided methods
fn find_transport(
&self,
component: WebRTCICEComponent,
) -> Option<WebRTCICETransport> { ... }
fn gather_candidates(&self) -> bool { ... }
fn stream_id(&self) -> u32 { ... }
}
Expand description
Provided Methods§
sourcefn find_transport(
&self,
component: WebRTCICEComponent,
) -> Option<WebRTCICETransport>
fn find_transport( &self, component: WebRTCICEComponent, ) -> Option<WebRTCICETransport>
sourcefn gather_candidates(&self) -> bool
fn gather_candidates(&self) -> bool
§Returns
FALSE on error, TRUE otherwise
fn stream_id(&self) -> u32
Object Safety§
This trait is not object safe.