Skip to main content

AudioSource

Trait AudioSource 

Source
pub trait AudioSource:
    Read
    + Seek
    + MediaSource
    + Send {
    // Provided methods
    fn content_type(&self) -> Option<String> { ... }
    fn seekable(&self) -> bool { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§