pub struct RemoteOptions { /* private fields */ }Expand description
Options for remote sources
media_buffer_len is how many bytes are to be buffered in totala
forward_buffer is how many bytes can ahead of the seek position without the remote source being read from
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemoteOptions
impl RefUnwindSafe for RemoteOptions
impl Send for RemoteOptions
impl Sync for RemoteOptions
impl Unpin for RemoteOptions
impl UnwindSafe for RemoteOptions
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