ITMedia::get_FormatCodeList

[This is preliminary documentation and subject to change.]

Gets the list of media payload format codes. The list is returned as a VARIANT. When a list of payload formats is given, this implies that all of these formats may be used in the session, but the first of these formats is the default format for the session.

HRESULT get_FormatCodeList(
  VARIANT *pList
);
 

Parameters

pList
[out] Array of media payload format codes.

Return Values

TBD