Trait oboe::AudioOutputStreamSafe[][src]

pub trait AudioOutputStreamSafe: AudioStreamSafe {
    fn get_frames_written(&mut self) -> i64;
}
Expand description

The stream which is used for async audio output

Required methods

fn get_frames_written(&mut self) -> i64[src]

The number of audio frames written into the stream. This monotonic counter will never get reset.

Implementors

impl<T: RawAudioOutputStream + RawAudioStream + RawAudioStreamBase> AudioOutputStreamSafe for T[src]

fn get_frames_written(&mut self) -> i64[src]