|
IMVNetworkSource2
IMVNetworkSource2 Interface.
The IMVNetworkSource2 interface contains methods and properties
to configure the ....
Methods:
| Port2
|
Set the transport stream port number. |
Header file:
IMVNetworkSource2.h
Interface definition language file: IMVNetworkSource2.idl
Typelib: MVNetworkSource2
Interface ID: IID_IMVNetworkSource2
Property IMVNetworkSource2::Port2
Declaration:
Property Get/Put Port2 As Long
Set the transport stream port number.
Parameter:
C Prototype:
HRESULT put_Port2(LONG newVal);
HRESULT get_Port2(LONG *pVal);
|