Tao.Sdl SDK Documentation |
|
SdlMixer.Mix_SetPanning Method
[Visual Basic]
Public Shared Function Mix_SetPanning( _
ByVal
channel As
Integer, _
ByVal
left As
Byte, _
ByVal
right As
Byte _
) As
Integer
[C#]
public static
int Mix_SetPanning(
int channel,
byte left,
byte right);
See Also
SdlMixer Class | Tao.Sdl Namespace