IWMSPacketStreamerCallback Object (C#)

banner art

Previous Next

IWMSPacketStreamerCallback Object (C#)

The IWMSPacketStreamerCallback object contains methods that enable a plug-in to respond to IWMSPacketStreamer method calls.

  • Note   This object is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008. Each method of this object must be called only once, even if an error code is returned after the initial call.

The IWMSPacketStreamerCallback object exposes the following properties and methods.

Method Description
OnChangeStreamFormat Reserved for future use.
OnDoExtendedCommand Called by a plug-in to respond when the server calls IWMSPacketStreamer.DoExtendedCommand.
OnGetStreamInfo Called by a plug-in to respond when the server calls IWMSPacketStreamer.GetStreamInfo.
OnInterrupt Reserved for future use.
OnSeek Called by a plug-in to respond when the server calls IWMSPacketStreamer.Seek.
OnSelectStream Called by a plug-in to respond when the server calls IWMSPacketStreamer.SelectStream.

 

See Also

Previous Next