OSDN Git Service

API一覧に概要を追加 リンクを修正
[sdl2referencejp/sdl2referencejp.git] / old / Mix_GetMusicDecoder.html
diff --git a/old/Mix_GetMusicDecoder.html b/old/Mix_GetMusicDecoder.html
new file mode 100644 (file)
index 0000000..ea738d4
--- /dev/null
@@ -0,0 +1,49 @@
+<!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_GetMusicDecoder</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_GetMusicDecoder
+<hr>
+<h1>Mix_GetMusicDecoder</h1>
+<p>
+<code>const char *Mix_GetMusicDecoder(int index)</code>
+</p>
+<p>
+<dl>
+<dt>index</dt><dd>\8al\93¾\82·\82é\89¹\8ay\83f\83R\81[\83_\81[\82Ì\94Ô\8d\86\94Í\88Í\82Í0\81`<a href="Mix_GetNumMusicDecoders.html">Mix_GetNumMusicDecoders()</a>-1</dd>
+</dl>
+</p>
+<p>
+\8ew\92è\82Ì\94Ô\8d\86\82Ì\89¹\8ay\83f\83R\81[\83_\81[\82Ì\96¼\91O\82ð\93¾\82é.
+\97\98\97p\89Â\94\\82È\89¹\8ay\83f\83R\81[\83_\81[\82Ì\90\94\82ð<a href="Mix_GetNumMusicDecoders.html">Mix_GetNumMusicDecoders</a>\82Å\93¾\82é\95K\97v\82ª\82 \82é.
+</p>
+<p>
+\96ß\82è\92l: \8ew\92è\82Ì\94Ô\8d\86\82Ì\89¹\8ay\83f\83R\81[\83_\81[\82Ì\96¼\91O.
+\82±\82Ì\95\8e\9a\97ñ\82ÍSDL_mixer\83\89\83C\83u\83\89\83\8a\82ª\8aÇ\97\9d\82µ\82Ä\82¢\82é\82Ì\82Å, \95Ï\8dX\82â\89ð\95ú\82ð\82µ\82Ä\82Í\82È\82ç\82È\82¢.
+\82±\82ê\82Í<a href="Mix_CloseAudio.html">Mix_CloseAudio</a>\82ð\8cÄ\82Ô\82Ü\82Å\97L\8cø\82Å\82 \82é.
+</p>
+<h2>\83T\83\93\83v\83\8b\83R\81[\83h</h2>
+<code>
+<pre>
+// \97\98\97p\89Â\94\\82È\89¹\8ay\83f\83R\81[\83_\81[\82ð\95\\8e¦\82·\82é
+int i,max=Mix_GetNumMusicDecoders();
+for(i=0; i&lt;max; ++i)
+    printf("\89¹\8ay\83f\83R\81[\83_\81[ %d: %s\n",i,Mix_GetMusicDecoder(i));
+</pre>
+</code>
+<h2>\8eQ\8fÆ</h2>
+<a href="Mix_GetNumMusicDecoders.html">Mix_GetNumMusicDecoders</a>,
+<a href="Mix_GetChunkDecoder.html">Mix_GetChunkDecoder</a>,
+<a href="Mix_LoadWAV.html">Mix_LoadWAV</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_54.html#SEC54">4.5.2 Mix_GetMusicDecoder</a>
+<hr>
+</body>
+</html>