X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDL-Mixer-Music.html-inc;h=4fa2a7215c55b21679b709d6b149cb12adaf5e63;hb=d5943b684b1240307fbf0a103abbf18dd93998f4;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..4fa2a72 100644 --- a/pages/SDL-Mixer-Music.html-inc +++ b/pages/SDL-Mixer-Music.html-inc @@ -23,7 +23,7 @@
  • playing_music
  • -
  • AUTHOR +
  • AUTHORS

  • @@ -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]

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    \ No newline at end of file