pub enum PoolLayer {
Highest,
Layer(Resolution),
All,
}
Expand description
Controls the pool returned by StatelessVideoDecoder::frame_pool
.
Variants§
Highest
The pool for the highest spatial layer.
Layer(Resolution)
The pool for the given resolution.
All
All pools.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PoolLayer
impl RefUnwindSafe for PoolLayer
impl Send for PoolLayer
impl Sync for PoolLayer
impl Unpin for PoolLayer
impl UnwindSafe for PoolLayer
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