stream_player_init_with_engine function
Implementation
int stream_player_init_with_engine(
ffi.Pointer<StreamPlayer> self,
ffi.Pointer<Engine> engine,
ma_format format,
int channels,
int sample_rate,
int buffer_ms,
) =>
_stream_player_init_with_engine(
self,
engine,
format.value,
channels,
sample_rate,
buffer_ms,
);