Skip to main content

Frame

Trait Frame 

Source
pub trait Frame { }
Expand description

A Frame is a collection of samples which have a a specific layout represented by ChannelLayout

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<T> Frame for MonoFrame<T>

Source§

impl<T> Frame for StereoFrame<T>