Share via


INmChannelVideoNotify

INmChannelVideoNotify is the event sink for INmChannelVideo. The NetMeeting 3 run time calls INmChannelVideoNotify methods when certain events are triggered specifically concerning video channels.

When to Implement

Implement INmChannelVideoNotify in NetMeeting client applications to process event notifications from the NetMeeting run time. For example, the INmChannelVideoNotify::StateChanged method is notified when the state of the video channel changes.

When to Use

You do not normally call INmChannelVideoNotify methods directly. The NetMeeting run time calls these methods when certain events are triggered by calls to INmChannelVideo methods.

Methods in Vtable Order

IUnknown methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments reference count.
Release Decrements reference count.
INmChannelNotify methods Description
NmUI Event sink for channel change notifications to pass on to user interface (UI).
MemberChanged Event sink for member change notifications for a channel.
INmChannelVideoNotify methods Description
StateChanged The state of the video channel has changed.
PropertyChanged A property of the video channel has changed.

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

INmChannelVideo, Video Channel Object