ITSdp::get_CharacterSet

[This is preliminary documentation and subject to change.]

Gets the character set used for the SessionName and SessionInfo properties. This corresponds to a "a=charset:<character set>" line in the SDP and, therefore, should not be manipulated through the generic attribute list interface. The default value is ASCII and the line is not present in such a case.

HRESULT get_CharacterSet(
  BSTR *ppCharacterSet
);
 

Parameters

ppCharacterSet
[out] Pointer to BSTR of character set.

Return Values

TBD