pub unsafe extern "C" fn oboe_AudioStream_getFramesWritten(
this: *mut c_void,
) -> i64
Expand description
The number of audio frames written into the stream. This monotonic counter will never get reset.
@return the number of frames written so far