Share via


INmChannelAudioNotify::StateChanged

The NetMeeting 3 run time calls the StateChanged method as an event sink for notifications when the state of the Audio Channel object changes.

HRESULT StateChanged(
NM_AUDIO_STATE uState);

Parameters

  • uState
    [in] A value from the NM_AUDIO_* state enumeration that identifies the current state of the audio channel.

Return Values

  • S_OK
    This must be returned by the client implementation.

Remarks

Local or remote calls to the INmChannelAudio::GetState method can cause this notification to be called. Joining a NetMeeting call also triggers this notification.

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

INmChannelAudioNotify, Audio Channel Notification Object, Audio Channel Notification Object Details