Struct afi::Audio[][src]

pub struct Audio {
    pub title: String,
    pub artist: String,
    pub album_artist: String,
    pub album: String,
    pub cd: String,
    pub release: String,
    pub track_number: String,
    pub track_count: String,
    pub genre: String,
    pub comment: String,
    pub composer: String,
    pub orig_artist: String,
    pub copyright: String,
    pub url: String,
    pub encoded_by: String,
    // some fields omitted
}

An Audio Buffer (48kHz/48,000hz).

Fields

Title

Artist / Author

Album Artist

Album

CD

Release Date / Release Year

Track #

Track Count

Genre

Comment

Composer

Original artist

Copyright / License

Artist Website / URL

Encoded By

Methods

impl Audio
[src]

Create a new Audio.

Returns audio for the next frame on the Queue.

Return the number of frames in the audio.

Auto Trait Implementations

impl Send for Audio

impl Sync for Audio