script::dom::bindings::codegen::Bindings::RTCRtpSenderBinding::RTCRtpSender_Binding

Trait RTCRtpSenderMethods

Source
pub trait RTCRtpSenderMethods<D>
where D: DomTypes,
{ // Required methods fn SetParameters( &self, parameters: &RTCRtpSendParameters, _can_gc: CanGc, ) -> Rc<<D as DomTypes>::Promise>; fn GetParameters(&self) -> RTCRtpSendParameters; }

Required Methods§

Source

fn SetParameters( &self, parameters: &RTCRtpSendParameters, _can_gc: CanGc, ) -> Rc<<D as DomTypes>::Promise>

Source

fn GetParameters(&self) -> RTCRtpSendParameters

Implementors§