Packages
SDL2_mixer
SDLMixer
ChannelGroup
add
add_range
count
fade_out
first_available
halt
newest
oldest
ChannelGroup
Object Hierarchy:
SDLMixer.ChannelGroup
SDLMixer.ChannelGroup
SDLMixer.ChannelGroup
int
int
int->SDLMixer.ChannelGroup
Description:
[
CCode
( cname =
"int"
) ]
[
SimpleType
]
public
struct
ChannelGroup
:
int
Namespace:
SDLMixer
Package:
SDL2_mixer
Content:
Static methods:
public
static
int
add
(
int
channel,
int
group)
public
static
int
add_range
(
int
from_channel,
int
to_channel,
int
group)
Methods:
public
int
count
()
public
int
fade_out
(
int
ms)
public
int
first_available
()
public
int
halt
()
public
int
newest
()
public
int
oldest
()
Inherited Members:
All known members inherited from struct int
MAX
MIN
abs
clamp
from_big_endian
from_little_endian
from_pointer
max
min
parse
to_big_endian
to_little_endian
to_pointer
to_string
try_parse