Share via


NM_AUDIO_* State

The NM_AUDIO_* state enumeration represents the current state of the audio channel.

typedef enum tagNmAudioState{
  NM_AUDIO_IDLE             = 0,
  NM_AUDIO_LOCAL_PAUSED     = 1,
  NM_AUDIO_TRANSFERRING     = 3
} NM_AUDIO_STATE;

Elements

  • NM_AUDIO_IDLE
    There is audio connection between the local and remote computers, but audio is not being sent or received.
  • NM_AUDIO_LOCAL_PAUSED
    The channel is muted.
  • NM_AUDIO_TRANSFERRING
    The channel is transmitting sound.

Requirements

**  Windows NT/2000:** Requires Windows NT 4.0 SP3 or later.
**  Windows 95/98:** Requires Windows 95 or later. Available as a redistributable for Windows 95.
**  Header:** Imsconf2.idl.

See Also

INmChannelAudio::GetState, INmChannelAudioNotify::StateChanged