OSDN Git Service

API一覧に概要を追加 リンクを修正
[sdl2referencejp/sdl2referencejp.git] / old / Mix_HaltMusic.html
diff --git a/old/Mix_HaltMusic.html b/old/Mix_HaltMusic.html
new file mode 100644 (file)
index 0000000..89dd0ab
--- /dev/null
@@ -0,0 +1,39 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="ja-JP">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta name="keywords" content="SDL_mixer">
+<link rel="top" href="index.html" title="\83z\81[\83\80">
+<link rel="parent" href="SDL_mixer-functions-music.html" title="1\82Â\8fã">
+<title>Mix_HaltMusic</title>
+</head>
+<body>
+<a href="index.html#SDL_mixer">\96Ú\8e\9f</a> - <a href="SDL_mixer-functions.html">4.\8aÖ\90\94</a> - <a href="SDL_mixer-functions-music.html">4.5\89¹\8ay</a> - Mix_HaltMusic
+<hr>
+<h1>Mix_HaltMusic</h1>
+<p>
+<code>int Mix_HaltMusic()</code>
+</p>
+<p>
+(\83t\83F\81[\83f\83B\83\93\83O\92\86\82Å\82à)\89¹\8ay\82Ì\8dÄ\90\82ð\92â\8e~\82·\82é.
+\89¹\8ay\82ª\92â\8e~\82µ\82½\82Æ\82«<a href="Mix_HookMusicFinished.html">Mix_HookMusicFinished</a>\82Å\90Ý\92è\82µ\82½\83R\81[\83\8b\83o\83b\83N\8aÖ\90\94\82ª\8cÄ\82Î\82ê\82é.
+</p>
+<p>
+\96ß\82è\92l: \8fí\82É0\82ð\96ß\82·. (<a href="Mix_HaltGroup.html">Mix_HaltGroup</a>\82æ\82è\82à\94n\8e­\82°\82Ä\82¢\82é)
+</p>
+<h2>\83T\83\93\83v\83\8b\83R\81[\83h</h2>
+<code>
+<pre>
+// \89¹\8ay\82Ì\8dÄ\90\82ð\92â\8e~\82·\82é
+Mix_HaltMusic();
+</pre>
+</code>
+<h2>\8eQ\8fÆ</h2>
+<a href="Mix_FadeOutMusic.html">Mix_FadeOutMusic</a>,
+<a href="Mix_HookMusicFinished.html">Mix_HookMusicFinished</a>
+<h2>\8c´\95\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://www.libsdl.org/projects/old/SDL_mixer/docs/SDL_mixer_67.html#SEC67">4.5.15 Mix_HaltMusic</a>
+<hr>
+</body>
+</html>