ITMedia::put_TransportProtocol

[This is preliminary documentation and subject to change.]

Sets the transport protocol (BSTR). This is specified in addition to the media format so that the same standard media format may be carried over different transport protocols even when the network protocol is the same, such as with Vat PCM audio and RTP PCM audio.

HRESULT put_TransportProtocol(
  BSTR pProtocol
);
 

Parameters

pProtocol
[in] Transport protocol.

Return Values

TBD