Share via


IRTCClient::put_MaxBitrate

The put_MaxBitrate property sets the maximum bitrate (bps) used for all the media streaming. This method sets the bitrate retrieved in IRTCClient::get_MaxBitrate.

HRESULT put_MaxBitrate(longlMaxBitrate);

Parameters

  • lMaxBitrate
    [in] Maximum bitrate (0-1,000,000). If the value of this parameter is greater than the value of the port range policy registry key (HKLM\Software\Policies\Microsoft\Windows\RTC\MaxAudioVideoBitrate), this method returns S_FALSE.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
E_INVALIDARG Bitrate out of range.
RTC_E_CLIENT_NOT_INITIALIZED The client has not been initialized.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCClient is defined as 07829e45-9a34-408e-a011-bddf13487cd1.

See Also

IRTCClient, IRTCClient::get_MaxBitrate