pub struct AmfEncoder;Implementations§
Source§impl AmfEncoder
impl AmfEncoder
pub fn new(_config: EncoderConfig, _gpu_index: u32) -> Result<Self>
Trait Implementations§
Source§impl Encoder for AmfEncoder
impl Encoder for AmfEncoder
fn send_frame(&mut self, _frame: &VideoFrame) -> Result<()>
fn flush(&mut self) -> Result<()>
fn receive_packet(&mut self) -> Result<Option<EncodedPacket>>
Auto Trait Implementations§
impl Freeze for AmfEncoder
impl RefUnwindSafe for AmfEncoder
impl Send for AmfEncoder
impl Sync for AmfEncoder
impl Unpin for AmfEncoder
impl UnsafeUnpin for AmfEncoder
impl UnwindSafe for AmfEncoder
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