Function oboe_sys::oboe_AudioStreamBuilder_openStream[][src]

pub unsafe extern "C" fn oboe_AudioStreamBuilder_openStream(
    this: *mut oboe_AudioStreamBuilder,
    stream: *mut *mut oboe_AudioStream
) -> oboe_Result
Expand description

Create and open a stream object based on the current settings.

The caller owns the pointer to the AudioStream object and must delete it when finished.

@deprecated Use openStream(std::shared_ptroboe::AudioStream &stream) instead. @param stream pointer to a variable to receive the stream address @return OBOE_OK if successful or a negative error code