CSoundChannel Class


Overview

Note

The CSoundChannel class handles the sound channel volume

The structure used for this class is CSoundChannel


Quick Reference

Quick Ref

void CSoundChannel::CSoundChannel(long nNewChannelVolume, int nNewChannelType)

int CSoundChannel::GetType()

long CSoundChannel::GetVolume(unsigned char bSoundIsntDucked)

void CSoundChannel::SetType(int nNewChannelType)

void CSoundChannel::SetVolume(long nNewChannelVolume)

void CSoundChannel::SetVolumeInit(long nNewChannelVolume)


Constructors

Name

Description

CSoundChannel::CSoundChannel

Constructs a CSoundChannel object

CSoundChannel::CSoundChannel

Constructs a CSoundChannel object

void CSoundChannel::CSoundChannel();

Remarks

Constructs a CSoundChannel object


Methods

Name

Description

CSoundChannel::GetType

CSoundChannel::GetVolume

CSoundChannel::SetType

CSoundChannel::SetVolume

CSoundChannel::SetVolumeInit


CSoundChannel::GetType

x;

Parameters

Return Value

Returns

Remarks


CSoundChannel::GetVolume

x;

Parameters

Return Value

Returns

Remarks


CSoundChannel::SetType

x;

Parameters

Return Value

Returns

Remarks


CSoundChannel::SetVolume

x;

Parameters

Return Value

Returns

Remarks


CSoundChannel::SetVolumeInit

x;

Parameters

Return Value

Returns

Remarks