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