pub const SDL_HINT_ANDROID_BLOCK_ON_PAUSE_PAUSEAUDIO: &[u8];
Expand description

A variable to control whether SDL will pause audio in background (Requires SDL_ANDROID_BLOCK_ON_PAUSE as “Non blocking”)

The variable can be set to the following values:

  • “0”: Non paused.
  • “1”: Paused. (default)

The value should be set before SDL is initialized.