ITCallInfo::_EnumerateExtendedMediaTypes

[This is preliminary documentation and subject to change.]

Enumerates all media types that are present on the call that the provider knows about, but does not handle. This usually includes any data streams that are present on the call. The application may use provider-specific interfaces to access these streams.

HRESULT _EnumerateExtendedMediaTypes(
  IEnumExtendedMedia **ppEnumMediaType
);
 

Parameters

ppEnumMediaType
[out] Pointer to IEnumMediaType.

Return Values

TBD