pub struct StreamOptions {
pub queue_format_details: bool,
pub release_input_buffers_at_end: bool,
pub release_output_buffers_at_end: bool,
pub input_buffer_collection_constraints: Option<BufferCollectionConstraints>,
pub output_buffer_collection_constraints: Option<BufferCollectionConstraints>,
pub stop_after_first_output: bool,
}
Fields§
§queue_format_details: bool
When true, the stream runner will queue format details for each stream. Otherwise it will inherit format details from the codec factory.
release_input_buffers_at_end: bool
§release_output_buffers_at_end: bool
§input_buffer_collection_constraints: Option<BufferCollectionConstraints>
§output_buffer_collection_constraints: Option<BufferCollectionConstraints>
§stop_after_first_output: bool
Trait Implementations§
Source§impl Clone for StreamOptions
impl Clone for StreamOptions
Source§fn clone(&self) -> StreamOptions
fn clone(&self) -> StreamOptions
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 StreamOptions
impl Debug for StreamOptions
Auto Trait Implementations§
impl Freeze for StreamOptions
impl RefUnwindSafe for StreamOptions
impl Send for StreamOptions
impl Sync for StreamOptions
impl Unpin for StreamOptions
impl UnwindSafe for StreamOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)