sdl-mixer Reference Manual

Synopsis

public struct ChannelGroup {
    public    static int                add                       ( int                 channel,
                                                                    int                 group ) ;
    public    static int                add_range                 ( int                 from_channel,
                                                                    int                 to_channel,
                                                                    int                 group ) ;
    public    int                       first_available           (  ) ;
    public    int                       count                     (  ) ;
    public    int                       oldest                    (  ) ;
    public    int                       newest                    (  ) ;
    public    int                       halt                      (  ) ;
    public    int                       fade_out                  ( int                 ms ) ;
}

Description

Details

Constructor Details

Field Details

Method Details

add ()
    public    static int                add                       ( int                 channel,
                                                                    int                 group ) ;		

add_range ()
    public    static int                add_range                 ( int                 from_channel,
                                                                    int                 to_channel,
                                                                    int                 group ) ;		

first_available ()
    public    int                       first_available           (  ) ;		

count ()
    public    int                       count                     (  ) ;		

oldest ()
    public    int                       oldest                    (  ) ;		

newest ()
    public    int                       newest                    (  ) ;		

halt ()
    public    int                       halt                      (  ) ;		

fade_out ()
    public    int                       fade_out                  ( int                 ms ) ;		


Created by Valadoc