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