Struct ac_ffmpeg::format::io::IO

source ·
pub struct IO<T> { /* private fields */ }
Expand description

An AVIO IO that connects FFmpeg AVIO context with Rust streams.

Implementations§

Get reference to the underlying stream.

Get mutable reference to the underlying stream.

Take the underlying stream dropping this IO.

Create a new IO from a given stream.

Create a new IO from a given stream.

Create a new IO from a given stream.

Create a new IO from a given stream.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.