Struct afi::AFrame[][src]

pub struct AFrame(pub [i16; 2000]);

An audio frame (2000 samples = 1/24 of a second)

Trait Implementations

impl Clone for AFrame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for AFrame

impl Sync for AFrame