pub struct AssociatedStreamInfo {
pub ssrc: u32,
pub payload_type: u8,
}
Expand description
AssociatedStreamInfo provides a mapping from an auxiliary stream (RTX, FEC, etc.) back to the original stream.
Fields§
§ssrc: u32
§payload_type: u8
Trait Implementations§
Source§impl Clone for AssociatedStreamInfo
impl Clone for AssociatedStreamInfo
Source§fn clone(&self) -> AssociatedStreamInfo
fn clone(&self) -> AssociatedStreamInfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AssociatedStreamInfo
impl Debug for AssociatedStreamInfo
Source§impl Default for AssociatedStreamInfo
impl Default for AssociatedStreamInfo
Source§fn default() -> AssociatedStreamInfo
fn default() -> AssociatedStreamInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AssociatedStreamInfo
impl RefUnwindSafe for AssociatedStreamInfo
impl Send for AssociatedStreamInfo
impl Sync for AssociatedStreamInfo
impl Unpin for AssociatedStreamInfo
impl UnwindSafe for AssociatedStreamInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more