avresample_is_open

Check whether an AVAudioResampleContext is open or closed.

@param avr AVAudioResampleContext to check @return 1 if avr is open, 0 if avr is closed.

@nogc nothrow extern (C)
int
avresample_is_open

Meta