IMVNetworkReceiveInfo
IMVNetworkReceiveInfo Interface.
The MV Network Source Filter implemets this interface. The Interface returns some information about received network data.
| DataRate | Get the receive datarate in bytes per second. |
| LostPackets | Get the count of the send mediatype infos. |
| LostSamples | Get the count of the send mediatype infos. |
| MediatypeInfoReceived | Get the count of the send mediatype infos. |
| PacketsReceived | Get the count of the send packets. |
| PartialSamples | Get the count of the send mediatype infos. |
| SamplesReceived | Get the count of the send media samples. |
Header file:
IMVNetworkReceiveInfo.h
Interface definition language file: IMVNetworkReceiveInfo.idl
Typelib: MVNetworkReceiveInfo
Interface ID: IID_IMVNetworkReceiveInfo
Method IMVNetworkReceiveInfo::DataRate
Declaration: Function DataRate As LongGet the receive datarate in bytes per second.
Prototype:HRESULT DataRate(long* value);
Method IMVNetworkReceiveInfo::LostPackets
Declaration: Function LostPackets As LongGet the count of the send mediatype infos.
Prototype:HRESULT LostPackets(LONG* value);
Method IMVNetworkReceiveInfo::LostSamples
Declaration: Function LostSamples As LongGet the count of the send mediatype infos.
Prototype:HRESULT LostSamples(LONG* value);
Method IMVNetworkReceiveInfo::MediatypeInfoReceived
Declaration: Function MediatypeInfoReceived As LongGet the count of the send mediatype infos.
Prototype:HRESULT MediatypeInfoReceived(LONG* value);
Method IMVNetworkReceiveInfo::PacketsReceived
Declaration: Function PacketsReceived As LongGet the count of the send packets.
Prototype:HRESULT PacketsReceived(LONG* value);
Method IMVNetworkReceiveInfo::PartialSamples
Declaration: Function PartialSamples As LongGet the count of the send mediatype infos.
Prototype:HRESULT PartialSamples(LONG* value);
Method IMVNetworkReceiveInfo::SamplesReceived
Declaration: Function SamplesReceived As LongGet the count of the send media samples.
Prototype:HRESULT SamplesReceived(LONG* value);