ITMedia::get_TransportProtocol

[This is preliminary documentation and subject to change.]

Gets 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 get_TransportProtocol(
  BSTR *ppProtocol
);
 

Parameters

ppProtocol
[out] Pointer to BSTR representation of transport protocol.

Return Values

TBD