pub enum KeyframeRequestKind {
Pli,
Fir,
}
Expand description
Type of keyframe request.
Variants§
Pli
Picture Loss Indication (PLI) is a less severe keyframe request that can be automatically generated by an SFU or by the end peer.
Fir
Full Intra Request (FIR) is a more severe keyframe request that should only be used when it’s impossible for an end peer to show a video stream.
Trait Implementations§
Source§impl Clone for KeyframeRequestKind
impl Clone for KeyframeRequestKind
Source§fn clone(&self) -> KeyframeRequestKind
fn clone(&self) -> KeyframeRequestKind
Returns a duplicate 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 KeyframeRequestKind
impl Debug for KeyframeRequestKind
Source§impl PartialEq for KeyframeRequestKind
impl PartialEq for KeyframeRequestKind
impl Copy for KeyframeRequestKind
impl Eq for KeyframeRequestKind
impl StructuralPartialEq for KeyframeRequestKind
Auto Trait Implementations§
impl Freeze for KeyframeRequestKind
impl RefUnwindSafe for KeyframeRequestKind
impl Send for KeyframeRequestKind
impl Sync for KeyframeRequestKind
impl Unpin for KeyframeRequestKind
impl UnwindSafe for KeyframeRequestKind
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