pub unsafe extern "C" fn oboe_AudioStream_getBytesPerSample(
    this: *const oboe_AudioStream
) -> i32
Expand description

Get the number of bytes per sample. This is calculated using the sample format. For example, a stream using 16-bit integer samples will have 2 bytes per sample.

@return the number of bytes per sample.