X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDL-Mixer-Music.html-inc;h=f6550f14ab6a928e65d08d2d24ce8f91dcfd04b8;hb=c8ad4fe9f211e727310a1ce6d23ffb1d7822d71f;hp=a7a9ec8e4e90268fe38bbb7ab93505947eadd1bc;hpb=a43a516b1f3521ac3984af2bcbf57e767bca01fc;p=sdlgit%2FSDL-Site.git diff --git a/pages/SDL-Mixer-Music.html-inc b/pages/SDL-Mixer-Music.html-inc index a7a9ec8..f6550f1 100644 --- a/pages/SDL-Mixer-Music.html-inc +++ b/pages/SDL-Mixer-Music.html-inc @@ -244,7 +244,9 @@ Passing zero is similar to rewinding the song.

Jumps to position seconds from the current position in the stream. So you may want to call SDL::Mixer::Music::rewind_music before this. Does not go in reverse... negative values do nothing.

-

Returns: 0 on success, or -1 if the codec doesn't support this function.

+ + +

Returns: 0 on success, or -1 if the codec doesn't support this function.

paused_music

@@ -252,7 +254,7 @@ Does not go in reverse... negative values do nothing.

 my $paused = SDL::Mixer::Music::paused_music();
 
 
-

Returns 1 if the music is paused, otherwise 0.

+

Returns 1 if the music is paused, otherwise 0.

playing_music

@@ -260,12 +262,12 @@ Does not go in reverse... negative values do nothing.

 my $playing_music = SDL::Mixer::Music::playing_music();
 
 
-

Returns 1 if the music is playing sound, otherwise 0. It does'nt check if the music is paused.

+

Returns 1 if the music is playing sound, otherwise 0. It does'nt check if the music is paused.

AUTHOR

Top

-

Tobias Leich [FROGGS]

+

Tobias Leich [FROGGS]

\ No newline at end of file