IMVNetworkSendInfo
IMVNetworkSendInfo Interface.
The MV Network Renderer Filter implemets this interface. The Interface returns some information about send network data.
| DataRate | Get the send datarate in bytes/second. |
| MediatypeInfoSend | Get the count of the send mediatype infos. |
| PacketsSend | Get the count of the send packets. |
| SamplesSend | Get the count of the send media samples. |
Header file:
IMVNetworkSendInfo.h
Interface definition language file: IMVNetworkSendInfo.idl
Typelib: MVNetworkSendInfo
Interface ID: IID_IMVNetworkSendInfo
Method IMVNetworkSendInfo::DataRate
Declaration: Function DataRate As LongGet the send datarate in bytes/second.
Prototype:HRESULT DataRate(long* value);
Method IMVNetworkSendInfo::MediatypeInfoSend
Declaration: Function MediatypeInfoSend As LongGet the count of the send mediatype infos.
Prototype:HRESULT MediatypeInfoSend(long* value);
Method IMVNetworkSendInfo::PacketsSend
Declaration: Function PacketsSend As LongGet the count of the send packets.
Prototype:HRESULT PacketsSend(long* value);
Method IMVNetworkSendInfo::SamplesSend
Declaration: Function SamplesSend As LongGet the count of the send media samples.
Prototype:HRESULT SamplesSend(long* value);